#4E5096

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

Shades of Governor Bay #4E5096

Tints of Governor Bay #4E5096

Color information

#4E5096 (or 0x4E5096) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 96. RGB value is (78,80,150). Sum of RGB (Red+Green+Blue) = 78+80+150=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5096 is #B1AF69. Grayscale: #575757. Windows color (decimal): -11644778 or 9850958. OLE color: 9850958.

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

Color convert

RGB7880150-
CMYK0.480.4700.41
HSL238.33º31.58%44.71%-
HSV(B)238.33º48%58.82%-
XYZ11.529.5630.09-
YUV87.38163.34121.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=25.32%
G=25.97%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78801500.480.4700.41238.3331.5844.71
Hex4E5096302F029ee202d
Octal11612022660570513564055
Binary1001110101000010010110110000101111010100111101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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