#4F5C91

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

Shades of Governor Bay #4F5C91

Tints of Governor Bay #4F5C91

Color information

#4F5C91 (or 0x4F5C91) is unknown color: approx Governor Bay. HEX triplet: 4F, 5C and 91. RGB value is (79,92,145). Sum of RGB (Red+Green+Blue) = 79+92+145=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F5C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5C91 is #B0A36E. Grayscale: #5D5D5D. Windows color (decimal): -11576175 or 9526351. OLE color: 9526351.

HSL color Cylindrical-coordinate representation of color #4F5C91: hue angle of 228.18º degrees, saturation: 0.29, 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 #4F5C91 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7992145-
CMYK0.460.3700.43
HSL228.18º29.46%43.92%-
HSV(B)228.18º45.52%56.86%-
XYZ12.1611.3628.34-
YUV94.16156.69117.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=25%
G=29.11%
B=45.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79921450.460.3700.43228.1829.4643.92
Hex4F5C912E2502Be41d2c
Octal11713422156450533443554
Binary100111110111001001000110111010010101010111110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,145); }

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

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

 a { background-color: rgb(79,92,145); }

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

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

 span { border-color: rgb(79,92,145); }

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