Color Hex Logo

#4a74ba Color Hex

#4A74BA
(74,116,186)
0 Favorites   0 Comments

Color spaces of #4a74ba

RGB 74116186
HSL0.600.450.51
HSV218°60°73°
CMYK 0.600.380.00   0.27
XYZ17.932417.491848.8855
Yxy17.49180.21270.2075
Hunter Lab41.82323.3443-40.0255
CIE-Lab48.87387.1434-41.2938

#4a74ba color RGB value is (74,116,186).

#4a74ba hex color red value is 74, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4a74ba hue: 0.60 , saturation: 0.45 and the lightness value of 4a74ba is 0.51.

The process color (four color CMYK) of #4a74ba color hex is 0.60, 0.38, 0.00, 0.27. Web safe color of #4a74ba is #3366cc. Color #4a74ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 10111010
Octal 112 164 272
Decimal 74 116 186
Hex 4A 74 BA

RGB Percentages of Color #4a74ba

%19.68
%30.85
%49.47

CMYK Percentages of Color #4a74ba

%60
%38
%0
%27

Triadic Colors of #4a74ba

#4a74ba #ba4a74 #74ba4a

Analogous Colors of #4a74ba

#4a74ba #584aba #4aacba

Monochromatic Colors of #4a74ba

#4a74ba

Complementary Color

#4a74ba #ba904a

#4a74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a74ba Color CSS Codes

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

#4a74ba Text Font Color

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

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


#4a74ba Background Color

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

This div background color is #4a74ba


#4a74ba Border Color

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

This div border color is #4a74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a74ba

#4a74ba Color Palettes


Comments

No comments written yet.

Please login to write comment.