#4C5599

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

Shades of Governor Bay #4C5599

Tints of Governor Bay #4C5599

Color information

#4C5599 (or 0x4C5599) is unknown color: approx Governor Bay. HEX triplet: 4C, 55 and 99. RGB value is (76,85,153). Sum of RGB (Red+Green+Blue) = 76+85+153=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C5599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5599 is #B3AA66. Grayscale: #595959. Windows color (decimal): -11774567 or 10048844. OLE color: 10048844.

HSL color Cylindrical-coordinate representation of color #4C5599: hue angle of 232.99º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C5599 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7685153-
CMYK0.500.4400.4
HSL232.99º33.62%44.9%-
HSV(B)232.99º50.33%60%-
XYZ11.9810.3331.5-
YUV90.06163.52117.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=24.20%
G=27.07%
B=48.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76851530.500.4400.4232.9933.6244.9
Hex4C5599322C028e9222d
Octal11412523162540503514255
Binary1001100101010110011001110010101100010100011101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,153); }

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

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

 a { background-color: rgb(76,85,153); }

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

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

 span { border-color: rgb(76,85,153); }

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