#4C5187

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

Shades of Governor Bay #4C5187

Tints of Governor Bay #4C5187

Color information

#4C5187 (or 0x4C5187) is unknown color: approx Governor Bay. HEX triplet: 4C, 51 and 87. RGB value is (76,81,135). Sum of RGB (Red+Green+Blue) = 76+81+135=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5187 is #B3AE78. Grayscale: #555555. Windows color (decimal): -11775609 or 8868172. OLE color: 8868172.

HSL color Cylindrical-coordinate representation of color #4C5187: hue angle of 234.92º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C5187 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7681135-
CMYK0.440.4000.47
HSL234.92º27.96%41.37%-
HSV(B)234.92º43.7%52.94%-
XYZ10.39.1724.15-
YUV85.66155.84121.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=26.03%
G=27.74%
B=46.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76811350.440.4000.47234.9227.9641.37
Hex4C51872C2802Feb1c29
Octal11412120754500573533451
Binary100110010100011000011110110010100001011111110101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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