#4F5587

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

Shades of Governor Bay #4F5587

Tints of Governor Bay #4F5587

Color information

#4F5587 (or 0x4F5587) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 87. RGB value is (79,85,135). Sum of RGB (Red+Green+Blue) = 79+85+135=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F5587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5587 is #B0AA78. Grayscale: #585858. Windows color (decimal): -11577977 or 8869199. OLE color: 8869199.

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

Color convert

RGB7985135-
CMYK0.410.3700.47
HSL233.57º26.17%41.96%-
HSV(B)233.57º41.48%52.94%-
XYZ10.859.9124.26-
YUV88.91154.01120.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=26.42%
G=28.43%
B=45.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79851350.410.3700.47233.5726.1741.96
Hex4F5587292502Fea1a2a
Octal11712520751450573523252
Binary100111110101011000011110100110010101011111110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,135); }

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

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

 a { background-color: rgb(79,85,135); }

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

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

 span { border-color: rgb(79,85,135); }

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