Color Hex Logo

#4a74ca Color Hex

#4A74CA
(74,116,202)
0 Favorites   0 Comments

Color spaces of #4a74ca

RGB 74116202
HSL0.610.550.54
HSV220°63°79°
CMYK 0.630.430.00   0.21
XYZ19.730118.210958.3523
Yxy18.21090.20490.1891
Hunter Lab42.67427.8482-51.2006
CIE-Lab49.750912.6422-49.0899

#4a74ca color RGB value is (74,116,202).

#4a74ca hex color red value is 74, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4a74ca hue: 0.61 , saturation: 0.55 and the lightness value of 4a74ca is 0.54.

The process color (four color CMYK) of #4a74ca color hex is 0.63, 0.43, 0.00, 0.21. Web safe color of #4a74ca is #3366cc. Color #4a74ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 11001010
Octal 112 164 312
Decimal 74 116 202
Hex 4A 74 CA

RGB Percentages of Color #4a74ca

%18.88
%29.59
%51.53

CMYK Percentages of Color #4a74ca

%63
%43
%0
%21

Triadic Colors of #4a74ca

#4a74ca #ca4a74 #74ca4a

Analogous Colors of #4a74ca

#4a74ca #604aca #4ab4ca

Monochromatic Colors of #4a74ca

#4a74ca

Complementary Color

#4a74ca #caa04a

#4a74ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a74ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a74ca Color CSS Codes

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

#4a74ca Text Font Color

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

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


#4a74ca Background Color

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

This div background color is #4a74ca


#4a74ca Border Color

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

This div border color is #4a74ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a74ca


Comments

No comments written yet.

Please login to write comment.