Color Hex Logo

#4974fd Color Hex

#4974FD
(73,116,253)
0 Favorites   0 Comments

Color spaces of #4974fd

RGB 73116253
HSL0.630.980.64
HSV226°71°99°
CMYK 0.710.540.00   0.01
XYZ26.722720.999195.5733
Yxy20.99910.18650.1465
Hunter Lab45.824823.8989-91.5794
CIE-Lab52.948530.3630-72.6174

#4974fd color RGB value is (73,116,253).

#4974fd hex color red value is 73, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4974fd hue: 0.63 , saturation: 0.98 and the lightness value of 4974fd is 0.64.

The process color (four color CMYK) of #4974fd color hex is 0.71, 0.54, 0.00, 0.01. Web safe color of #4974fd is #3366ff. Color #4974fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 11111101
Octal 111 164 375
Decimal 73 116 253
Hex 49 74 FD

RGB Percentages of Color #4974fd

%16.52
%26.24
%57.24

CMYK Percentages of Color #4974fd

%71
%54
%0
%1

Triadic Colors of #4974fd

#4974fd #fd4974 #74fd49

Analogous Colors of #4974fd

#4974fd #7849fd #49cefd

Monochromatic Colors of #4974fd

#4974fd

Complementary Color

#4974fd #fdd249

#4974fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4974fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4974fd Color CSS Codes

.mybgcolor {background-color:#4974fd; } 
.myforecolor {color:#4974fd; }
.mybordercolor {border:3px solid #4974fd; }

#4974fd Text Font Color

<p style="color:#4974fd">Text here</p>

This sample text font color is #4974fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4974fd Background Color

<div style="background-color:#4974fd">
Div content here</div>

This div background color is #4974fd


#4974fd Border Color

<div style="border:3px solid #4974fd">
Div here</div>

This div border color is #4974fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,116,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4974fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4974fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4974fd;
  box-shadow:         1px 1px 3px 2px #4974fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,116,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4974fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4974fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4974fd;
  box-shadow:         1px 1px 3px 2px #4974fd;">
Div content here</div>

This div box has shadow with color #4974fd


Comments

No comments written yet.

Please login to write comment.