#4F4899

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

Shades of Governor Bay #4F4899

Tints of Governor Bay #4F4899

Color information

#4F4899 (or 0x4F4899) is unknown color: approx Governor Bay. HEX triplet: 4F, 48 and 99. RGB value is (79,72,153). Sum of RGB (Red+Green+Blue) = 79+72+153=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4899 is #B0B766. Grayscale: #535353. Windows color (decimal): -11581287 or 10045519. OLE color: 10045519.

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

Color convert

RGB7972153-
CMYK0.480.5300.4
HSL245.19º36%44.12%-
HSV(B)245.19º52.94%60%-
XYZ11.298.631.2-
YUV83.33167.32124.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=25.99%
G=23.68%
B=50.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79721530.480.5300.4245.193644.12
Hex4F48993035028f5242c
Octal11711023160650503654454
Binary1001111100100010011001110000110101010100011110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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