#4f5588

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

Shades of Governor Bay #4F5588

Tints of Governor Bay #4F5588

Color information

#4F5588 (or 0x4F5588) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 88. RGB value is (79,85,136). Sum of RGB (Red+Green+Blue) = 79+85+136=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5588 is #B0AA77. Grayscale: #585858. Windows color (decimal): -11577976 or 8934735. OLE color: 8934735.

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

Color convert

RGB7985136-
CMYK0.420.3800.47
HSL233.68º26.51%42.16%-
HSV(B)233.68º41.91%53.33%-
XYZ10.929.9424.64-
YUV89.02154.51120.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=26.33%
G=28.33%
B=45.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79851360.420.3800.47233.6826.5142.16
Hex4F55882A2602Fea1b2a
Octal11712521052460573523352
Binary100111110101011000100010101010011001011111110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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