#4F5D91

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

Shades of Governor Bay #4F5D91

Tints of Governor Bay #4F5D91

Color information

#4F5D91 (or 0x4F5D91) is unknown color: approx Governor Bay. HEX triplet: 4F, 5D and 91. RGB value is (79,93,145). Sum of RGB (Red+Green+Blue) = 79+93+145=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F5D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5D91 is #B0A26E. Grayscale: #5E5E5E. Windows color (decimal): -11575919 or 9526607. OLE color: 9526607.

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

Color convert

RGB7993145-
CMYK0.460.3600.43
HSL227.27º29.46%43.92%-
HSV(B)227.27º45.52%56.86%-
XYZ12.2511.5428.37-
YUV94.74156.36116.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=24.92%
G=29.34%
B=45.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79931450.460.3600.43227.2729.4643.92
Hex4F5D912E2402Be31d2c
Octal11713522156440533433554
Binary100111110111011001000110111010010001010111110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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