#4c4ea0

Color #4C4EA0 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4C4EA0

Tints of Governor Bay #4C4EA0

Color information

#4C4EA0 (or 0x4C4EA0) is unknown color: approx Governor Bay. HEX triplet: 4C, 4E and A0. RGB value is (76,78,160). Sum of RGB (Red+Green+Blue) = 76+78+160=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C4EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4EA0 is #B3B15F. Grayscale: #565656. Windows color (decimal): -11776352 or 10505804. OLE color: 10505804.

HSL color Cylindrical-coordinate representation of color #4C4EA0: hue angle of 238.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C4EA0 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7678160-
CMYK0.520.5100.37
HSL238.57º35.59%46.27%-
HSV(B)238.57º52.5%62.75%-
XYZ12.059.5234.46-
YUV86.75169.34120.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 160 (62.89% from 255) = 50.96%
R=24.20%
G=24.84%
B=50.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76781600.520.5100.37238.5735.5946.27
Hex4C4EA03433025ef242e
Octal11411624064630453574456
Binary1001100100111010100000110100110011010010111101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c4ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c4ea0; }

 p { color: rgb(76,78,160); }

 H1.HeaderClassName
 {
   color: #4c4ea0;
 }
 .AnyTagClassName
 {
   color: #4c4ea0;
 }
</style>
background-color css

<style>
 a { background-color: #4c4ea0; }

 a { background-color: rgb(76,78,160); }

 div.DivClassName
 {
   background-color: #4c4ea0;
 }
 .BgClassName
 {
   background-color: #4c4ea0;
 }
</style>
border-color css

<style>
 span { border-color: #4c4ea0; }

 span { border-color: rgb(76,78,160); }

 td.TdClassName
 {
   border-color: #4c4ea0;
 }
 .TagClassName
 {
   border-color: #4c4ea0;
 }
</style>