#4F5592

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

Shades of Governor Bay #4F5592

Tints of Governor Bay #4F5592

Color information

#4F5592 (or 0x4F5592) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 92. RGB value is (79,85,146). Sum of RGB (Red+Green+Blue) = 79+85+146=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5592 is #B0AA6D. Grayscale: #595959. Windows color (decimal): -11577966 or 9590095. OLE color: 9590095.

HSL color Cylindrical-coordinate representation of color #4F5592: hue angle of 234.63º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F5592 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7985146-
CMYK0.460.4200.43
HSL234.63º29.78%44.12%-
HSV(B)234.63º45.89%57.25%-
XYZ11.6610.2328.55-
YUV90.16159.51120.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=25.48%
G=27.42%
B=47.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79851460.460.4200.43234.6329.7844.12
Hex4F55922E2A02Beb1e2c
Octal11712522256520533533654
Binary100111110101011001001010111010101001010111110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,146); }

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

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

 a { background-color: rgb(79,85,146); }

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

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

 span { border-color: rgb(79,85,146); }

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