#4E4C96

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

Shades of Governor Bay #4E4C96

Tints of Governor Bay #4E4C96

Color information

#4E4C96 (or 0x4E4C96) is unknown color: approx Governor Bay. HEX triplet: 4E, 4C and 96. RGB value is (78,76,150). Sum of RGB (Red+Green+Blue) = 78+76+150=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E4C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4C96 is #B1B369. Grayscale: #545454. Windows color (decimal): -11645802 or 9849934. OLE color: 9849934.

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

Color convert

RGB7876150-
CMYK0.480.4900.41
HSL241.62º32.74%44.31%-
HSV(B)241.62º49.33%58.82%-
XYZ11.238.9930-
YUV85.03164.66122.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=25.66%
G=25%
B=49.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78761500.480.4900.41241.6232.7444.31
Hex4E4C963031029f2212c
Octal11611422660610513624154
Binary1001110100110010010110110000110001010100111110010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,76,150); }

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

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

 a { background-color: rgb(78,76,150); }

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

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

 span { border-color: rgb(78,76,150); }

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