#4F5288

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

Shades of Governor Bay #4F5288

Tints of Governor Bay #4F5288

Color information

#4F5288 (or 0x4F5288) is unknown color: approx Governor Bay. HEX triplet: 4F, 52 and 88. RGB value is (79,82,136). Sum of RGB (Red+Green+Blue) = 79+82+136=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5288 is #B0AD77. Grayscale: #575757. Windows color (decimal): -11578744 or 8933967. OLE color: 8933967.

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

Color convert

RGB7982136-
CMYK0.420.4000.47
HSL236.84º26.51%42.16%-
HSV(B)236.84º41.91%53.33%-
XYZ10.699.4724.56-
YUV87.26155.51122.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=26.60%
G=27.61%
B=45.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79821360.420.4000.47236.8426.5142.16
Hex4F52882A2802Fed1b2a
Octal11712221052500573553352
Binary100111110100101000100010101010100001011111110110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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