#4E5E96

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

Shades of Governor Bay #4E5E96

Tints of Governor Bay #4E5E96

Color information

#4E5E96 (or 0x4E5E96) is unknown color: approx Governor Bay. HEX triplet: 4E, 5E and 96. RGB value is (78,94,150). Sum of RGB (Red+Green+Blue) = 78+94+150=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5E96 is #B1A169. Grayscale: #5F5F5F. Windows color (decimal): -11641194 or 9854542. OLE color: 9854542.

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

Color convert

RGB7894150-
CMYK0.480.3700.41
HSL226.67º31.58%44.71%-
HSV(B)226.67º48%58.82%-
XYZ12.6511.8330.47-
YUV95.6158.7115.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=24.22%
G=29.19%
B=46.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78941500.480.3700.41226.6731.5844.71
Hex4E5E963025029e3202d
Octal11613622660450513434055
Binary1001110101111010010110110000100101010100111100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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