Color Hex Logo

#4a75cc Color Hex

#4A75CC
(74,117,204)
0 Favorites   0 Comments

Color spaces of #4a75cc

RGB 74117204
HSL0.610.560.55
HSV220°64°80°
CMYK 0.640.430.00   0.20
XYZ20.084418.538159.6464
Yxy18.53810.20440.1886
Hunter Lab43.05597.9176-51.9968
CIE-Lab50.142412.7165-49.6072

#4a75cc color RGB value is (74,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110101 11001100
Octal 112 165 314
Decimal 74 117 204
Hex 4A 75 CC

RGB Percentages of Color #4a75cc

%18.73
%29.62
%51.65

CMYK Percentages of Color #4a75cc

%64
%43
%0
%20

Triadic Colors of #4a75cc

#4a75cc #cc4a75 #75cc4a

Analogous Colors of #4a75cc

#4a75cc #604acc #4ab6cc

Monochromatic Colors of #4a75cc

#4a75cc

Complementary Color

#4a75cc #cca14a

#4a75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a75cc Color CSS Codes

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

#4a75cc Text Font Color

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

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


#4a75cc Background Color

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

This div background color is #4a75cc


#4a75cc Border Color

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

This div border color is #4a75cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,117,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 #4a75cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a75cc


Comments

No comments written yet.

Please login to write comment.