Color Hex Logo

#4a6dcc Color Hex

#4A6DCC
(74,109,204)
0 Favorites   0 Comments

Color spaces of #4a6dcc

RGB 74109204
HSL0.620.560.55
HSV224°64°80°
CMYK 0.640.470.00   0.20
XYZ19.191816.752859.3488
Yxy16.75280.20140.1758
Hunter Lab40.930212.0692-57.3194
CIE-Lab47.947017.7002-53.1196

#4a6dcc color RGB value is (74,109,204).

#4a6dcc hex color red value is 74, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4a6dcc hue: 0.62 , saturation: 0.56 and the lightness value of 4a6dcc is 0.55.

The process color (four color CMYK) of #4a6dcc color hex is 0.64, 0.47, 0.00, 0.20. Web safe color of #4a6dcc is #3366cc. Color #4a6dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101101 11001100
Octal 112 155 314
Decimal 74 109 204
Hex 4A 6D CC

RGB Percentages of Color #4a6dcc

%19.12
%28.17
%52.71

CMYK Percentages of Color #4a6dcc

%64
%47
%0
%20

Triadic Colors of #4a6dcc

#4a6dcc #cc4a6d #6dcc4a

Analogous Colors of #4a6dcc

#4a6dcc #684acc #4aaecc

Monochromatic Colors of #4a6dcc

#4a6dcc

Complementary Color

#4a6dcc #cca94a

#4a6dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6dcc Color CSS Codes

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

#4a6dcc Text Font Color

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

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


#4a6dcc Background Color

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

This div background color is #4a6dcc


#4a6dcc Border Color

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

This div border color is #4a6dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a6dcc


Comments

No comments written yet.

Please login to write comment.