#4F5499

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

Shades of Governor Bay #4F5499

Tints of Governor Bay #4F5499

Color information

#4F5499 (or 0x4F5499) is unknown color: approx Governor Bay. HEX triplet: 4F, 54 and 99. RGB value is (79,84,153). Sum of RGB (Red+Green+Blue) = 79+84+153=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5499 is #B0AB66. Grayscale: #5A5A5A. Windows color (decimal): -11578215 or 10048591. OLE color: 10048591.

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

Color convert

RGB7984153-
CMYK0.480.4500.4
HSL235.95º31.9%45.49%-
HSV(B)235.95º48.37%60%-
XYZ12.1410.331.49-
YUV90.37163.34119.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=25%
G=26.58%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79841530.480.4500.4235.9531.945.49
Hex4F5499302D028ec202d
Octal11712423160550503544055
Binary1001111101010010011001110000101101010100011101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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