#4F5599

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

Shades of Governor Bay #4F5599

Tints of Governor Bay #4F5599

Color information

#4F5599 (or 0x4F5599) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 99. RGB value is (79,85,153). Sum of RGB (Red+Green+Blue) = 79+85+153=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5599 is #B0AA66. Grayscale: #5A5A5A. Windows color (decimal): -11577959 or 10048847. OLE color: 10048847.

HSL color Cylindrical-coordinate representation of color #4F5599: hue angle of 235.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F5599 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7985153-
CMYK0.480.4400.4
HSL235.14º31.9%45.49%-
HSV(B)235.14º48.37%60%-
XYZ12.2210.4631.51-
YUV90.96163.01119.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=24.92%
G=26.81%
B=48.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79851530.480.4400.4235.1431.945.49
Hex4F5599302C028eb202d
Octal11712523160540503534055
Binary1001111101010110011001110000101100010100011101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,153); }

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

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

 a { background-color: rgb(79,85,153); }

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

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

 span { border-color: rgb(79,85,153); }

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