#4F529F

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

Shades of Governor Bay #4F529F

Tints of Governor Bay #4F529F

Color information

#4F529F (or 0x4F529F) is unknown color: approx Governor Bay. HEX triplet: 4F, 52 and 9F. RGB value is (79,82,159). Sum of RGB (Red+Green+Blue) = 79+82+159=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F529F is #B0AD60. Grayscale: #595959. Windows color (decimal): -11578721 or 10441295. OLE color: 10441295.

HSL color Cylindrical-coordinate representation of color #4F529F: hue angle of 237.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F529F is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7982159-
CMYK0.500.4800.38
HSL237.75º33.61%46.67%-
HSV(B)237.75º50.31%62.35%-
XYZ12.510.234.11-
YUV89.88167.01120.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 159 (62.5% from 255) = 49.69%
R=24.69%
G=25.62%
B=49.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79821590.500.4800.38237.7533.6146.67
Hex4F529F3230026ee222f
Octal11712223762600463564257
Binary1001111101001010011111110010110000010011011101110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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