#4F588C

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

Shades of Governor Bay #4F588C

Tints of Governor Bay #4F588C

Color information

#4F588C (or 0x4F588C) is unknown color: approx Governor Bay. HEX triplet: 4F, 58 and 8C. RGB value is (79,88,140). Sum of RGB (Red+Green+Blue) = 79+88+140=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F588C is #B0A773. Grayscale: #5B5B5B. Windows color (decimal): -11577204 or 9197647. OLE color: 9197647.

HSL color Cylindrical-coordinate representation of color #4F588C: hue angle of 231.15º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F588C is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7988140-
CMYK0.440.3700.45
HSL231.15º27.85%42.94%-
HSV(B)231.15º43.57%54.9%-
XYZ11.4510.5426.24-
YUV91.24155.52119.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=25.73%
G=28.66%
B=45.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79881400.440.3700.45231.1527.8542.94
Hex4F588C2C2502De71c2b
Octal11713021454450553473453
Binary100111110110001000110010110010010101011011110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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