#4F5690

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

Shades of Governor Bay #4F5690

Tints of Governor Bay #4F5690

Color information

#4F5690 (or 0x4F5690) is unknown color: approx Governor Bay. HEX triplet: 4F, 56 and 90. RGB value is (79,86,144). Sum of RGB (Red+Green+Blue) = 79+86+144=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5690 is #B0A96F. Grayscale: #5A5A5A. Windows color (decimal): -11577712 or 9459279. OLE color: 9459279.

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

Color convert

RGB7986144-
CMYK0.450.4000.44
HSL233.54º29.15%43.73%-
HSV(B)233.54º45.14%56.47%-
XYZ11.5910.3327.77-
YUV90.52158.18119.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.57%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=25.57%
G=27.83%
B=46.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79861440.450.4000.44233.5429.1543.73
Hex4F56902D2802Cea1d2c
Octal11712622055500543523554
Binary100111110101101001000010110110100001011001110101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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