#4C4EA6

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

Shades of Governor Bay #4C4EA6

Tints of Governor Bay #4C4EA6

Color information

#4C4EA6 (or 0x4C4EA6) is unknown color: approx Governor Bay. HEX triplet: 4C, 4E and A6. RGB value is (76,78,166). Sum of RGB (Red+Green+Blue) = 76+78+166=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 166 (65.23% from 255 or 51.88% from 320); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C4EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4EA6 is #B3B159. Grayscale: #575757. Windows color (decimal): -11776346 or 10899020. OLE color: 10899020.

HSL color Cylindrical-coordinate representation of color #4C4EA6: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C4EA6 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7678166-
CMYK0.540.5300.35
HSL238.67º37.19%47.45%-
HSV(B)238.67º54.22%65.1%-
XYZ12.599.7437.29-
YUV87.43172.34119.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.75%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 166 (65.23% from 255) = 51.88%
R=23.75%
G=24.38%
B=51.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76781660.540.5300.35238.6737.1947.45
Hex4C4EA63635023ef252f
Octal11411624666650433574557
Binary1001100100111010100110110110110101010001111101111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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