#4F4D96

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

Shades of Governor Bay #4F4D96

Tints of Governor Bay #4F4D96

Color information

#4F4D96 (or 0x4F4D96) is unknown color: approx Governor Bay. HEX triplet: 4F, 4D and 96. RGB value is (79,77,150). Sum of RGB (Red+Green+Blue) = 79+77+150=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F4D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4D96 is #B0B269. Grayscale: #555555. Windows color (decimal): -11580010 or 9850191. OLE color: 9850191.

HSL color Cylindrical-coordinate representation of color #4F4D96: hue angle of 241.64º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F4D96 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7977150-
CMYK0.470.4900.41
HSL241.64º32.16%44.51%-
HSV(B)241.64º48.67%58.82%-
XYZ11.389.1730.02-
YUV85.92164.16123.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=25.82%
G=25.16%
B=49.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79771500.470.4900.41241.6432.1644.51
Hex4F4D962F31029f2202d
Octal11711522657610513624055
Binary1001111100110110010110101111110001010100111110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,77,150); }

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

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

 a { background-color: rgb(79,77,150); }

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

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

 span { border-color: rgb(79,77,150); }

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