#4f579f

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

Shades of Governor Bay #4F579F

Tints of Governor Bay #4F579F

Color information

#4F579F (or 0x4F579F) is unknown color: approx Governor Bay. HEX triplet: 4F, 57 and 9F. RGB value is (79,87,159). Sum of RGB (Red+Green+Blue) = 79+87+159=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F579F is #B0A860. Grayscale: #5C5C5C. Windows color (decimal): -11577441 or 10442575. OLE color: 10442575.

HSL color Cylindrical-coordinate representation of color #4F579F: hue angle of 234º 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 #4F579F is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7987159-
CMYK0.500.4500.38
HSL234º33.61%46.67%-
HSV(B)234º50.31%62.35%-
XYZ12.8910.9834.24-
YUV92.82165.35118.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=24.31%
G=26.77%
B=48.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79871590.500.4500.3823433.6146.67
Hex4F579F322D026ea222f
Octal11712723762550463524257
Binary1001111101011110011111110010101101010011011101010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f579f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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