Color Hex Logo

#4a66df Color Hex

#4A66DF
(74,102,223)
0 Favorites   0 Comments

Color spaces of #4a66df

RGB 74102223
HSL0.640.700.58
HSV229°67°87°
CMYK 0.670.540.00   0.13
XYZ20.894716.286371.8543
Yxy16.28630.19160.1494
Hunter Lab40.356321.7959-77.3163
CIE-Lab47.347928.7140-64.9044

#4a66df color RGB value is (74,102,223).

#4a66df hex color red value is 74, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4a66df hue: 0.64 , saturation: 0.70 and the lightness value of 4a66df is 0.58.

The process color (four color CMYK) of #4a66df color hex is 0.67, 0.54, 0.00, 0.13. Web safe color of #4a66df is #3366cc. Color #4a66df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100110 11011111
Octal 112 146 337
Decimal 74 102 223
Hex 4A 66 DF

RGB Percentages of Color #4a66df

%18.55
%25.56
%55.89

CMYK Percentages of Color #4a66df

%67
%54
%0
%13

Triadic Colors of #4a66df

#4a66df #df4a66 #66df4a

Analogous Colors of #4a66df

#4a66df #794adf #4ab1df

Monochromatic Colors of #4a66df

#4a66df

Complementary Color

#4a66df #dfc34a

#4a66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a66df Color CSS Codes

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

#4a66df Text Font Color

<p style="color:#4a66df">Text here</p>

This sample text font color is #4a66df
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.


#4a66df Background Color

<div style="background-color:#4a66df">
Div content here</div>

This div background color is #4a66df


#4a66df Border Color

<div style="border:3px solid #4a66df">
Div here</div>

This div border color is #4a66df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,102,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a66df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a66df;
  -webkit-box-shadow: 1px 1px 3px 2px #4a66df;
  box-shadow:         1px 1px 3px 2px #4a66df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,102,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a66df


Comments

No comments written yet.

Please login to write comment.