#4F59A2

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

Shades of Governor Bay #4F59A2

Tints of Governor Bay #4F59A2

Color information

#4F59A2 (or 0x4F59A2) is unknown color: approx Governor Bay. HEX triplet: 4F, 59 and A2. RGB value is (79,89,162). Sum of RGB (Red+Green+Blue) = 79+89+162=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F59A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F59A2 is #B0A65D. Grayscale: #5E5E5E. Windows color (decimal): -11576926 or 10639695. OLE color: 10639695.

HSL color Cylindrical-coordinate representation of color #4F59A2: hue angle of 232.77º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F59A2 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7989162-
CMYK0.510.4500.36
HSL232.77º34.44%47.25%-
HSV(B)232.77º51.23%63.53%-
XYZ13.3211.4235.68-
YUV94.33166.19117.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=23.94%
G=26.97%
B=49.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79891620.510.4500.36232.7734.4447.25
Hex4F59A2332D024e9222f
Octal11713124263550443514257
Binary1001111101100110100010110011101101010010011101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F59A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,162); }

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

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

 a { background-color: rgb(79,89,162); }

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

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

 span { border-color: rgb(79,89,162); }

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