#4F5190

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

Shades of Governor Bay #4F5190

Tints of Governor Bay #4F5190

Color information

#4F5190 (or 0x4F5190) is unknown color: approx Governor Bay. HEX triplet: 4F, 51 and 90. RGB value is (79,81,144). Sum of RGB (Red+Green+Blue) = 79+81+144=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5190 is #B0AE6F. Grayscale: #575757. Windows color (decimal): -11578992 or 9457999. OLE color: 9457999.

HSL color Cylindrical-coordinate representation of color #4F5190: hue angle of 238.15º 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 #4F5190 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7981144-
CMYK0.450.4400.44
HSL238.15º29.15%43.73%-
HSV(B)238.15º45.14%56.47%-
XYZ11.29.5627.64-
YUV87.58159.84121.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=25.99%
G=26.64%
B=47.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79811440.450.4400.44238.1529.1543.73
Hex4F51902D2C02Cee1d2c
Octal11712122055540543563554
Binary100111110100011001000010110110110001011001110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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