#4C5196

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

Shades of Governor Bay #4C5196

Tints of Governor Bay #4C5196

Color information

#4C5196 (or 0x4C5196) is unknown color: approx Governor Bay. HEX triplet: 4C, 51 and 96. RGB value is (76,81,150). Sum of RGB (Red+Green+Blue) = 76+81+150=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C5196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5196 is #B3AE69. Grayscale: #575757. Windows color (decimal): -11775594 or 9851212. OLE color: 9851212.

HSL color Cylindrical-coordinate representation of color #4C5196: hue angle of 235.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C5196 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7681150-
CMYK0.490.4600.41
HSL235.95º32.74%44.31%-
HSV(B)235.95º49.33%58.82%-
XYZ11.439.6230.11-
YUV87.37163.34119.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=24.76%
G=26.38%
B=48.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76811500.490.4600.41235.9532.7444.31
Hex4C5196312E029ec212c
Octal11412122661560513544154
Binary1001100101000110010110110001101110010100111101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,150); }

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

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

 a { background-color: rgb(76,81,150); }

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

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

 span { border-color: rgb(76,81,150); }

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