#4C5099

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

Shades of Governor Bay #4C5099

Tints of Governor Bay #4C5099

Color information

#4C5099 (or 0x4C5099) is unknown color: approx Governor Bay. HEX triplet: 4C, 50 and 99. RGB value is (76,80,153). Sum of RGB (Red+Green+Blue) = 76+80+153=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C5099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5099 is #B3AF66. Grayscale: #565656. Windows color (decimal): -11775847 or 10047564. OLE color: 10047564.

HSL color Cylindrical-coordinate representation of color #4C5099: hue angle of 236.88º 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 #4C5099 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7680153-
CMYK0.500.4800.4
HSL236.88º33.62%44.9%-
HSV(B)236.88º50.33%60%-
XYZ11.69.5731.37-
YUV87.13165.17120.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=24.60%
G=25.89%
B=49.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76801530.500.4800.4236.8833.6244.9
Hex4C50993230028ed222d
Octal11412023162600503554255
Binary1001100101000010011001110010110000010100011101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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