#4F5C90

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

Shades of Governor Bay #4F5C90

Tints of Governor Bay #4F5C90

Color information

#4F5C90 (or 0x4F5C90) is unknown color: approx Governor Bay. HEX triplet: 4F, 5C and 90. RGB value is (79,92,144). Sum of RGB (Red+Green+Blue) = 79+92+144=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5C90 is #B0A36F. Grayscale: #5D5D5D. Windows color (decimal): -11576176 or 9460815. OLE color: 9460815.

HSL color Cylindrical-coordinate representation of color #4F5C90: hue angle of 228º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F5C90 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7992144-
CMYK0.450.3600.44
HSL228º29.15%43.73%-
HSV(B)228º45.14%56.47%-
XYZ12.0911.3327.94-
YUV94.04156.19117.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=25.08%
G=29.21%
B=45.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79921440.450.3600.4422829.1543.73
Hex4F5C902D2402Ce41d2c
Octal11713422055440543443554
Binary100111110111001001000010110110010001011001110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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