#4F5888

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

Shades of Governor Bay #4F5888

Tints of Governor Bay #4F5888

Color information

#4F5888 (or 0x4F5888) is unknown color: approx Governor Bay. HEX triplet: 4F, 58 and 88. RGB value is (79,88,136). Sum of RGB (Red+Green+Blue) = 79+88+136=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F5888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5888 is #B0A777. Grayscale: #5A5A5A. Windows color (decimal): -11577208 or 8935503. OLE color: 8935503.

HSL color Cylindrical-coordinate representation of color #4F5888: hue angle of 230.53º 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 #4F5888 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7988136-
CMYK0.420.3500.47
HSL230.53º26.51%42.16%-
HSV(B)230.53º41.91%53.33%-
XYZ11.1610.4224.72-
YUV90.78153.52119.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=26.07%
G=29.04%
B=44.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79881360.420.3500.47230.5326.5142.16
Hex4F58882A2302Fe71b2a
Octal11713021052430573473352
Binary100111110110001000100010101010001101011111110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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