#4E589E

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

Shades of Governor Bay #4E589E

Tints of Governor Bay #4E589E

Color information

#4E589E (or 0x4E589E) is unknown color: approx Governor Bay. HEX triplet: 4E, 58 and 9E. RGB value is (78,88,158). Sum of RGB (Red+Green+Blue) = 78+88+158=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E589E is #B1A761. Grayscale: #5C5C5C. Windows color (decimal): -11642722 or 10377294. OLE color: 10377294.

HSL color Cylindrical-coordinate representation of color #4E589E: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E589E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7888158-
CMYK0.510.4400.38
HSL232.5º33.9%46.27%-
HSV(B)232.5º50.63%61.96%-
XYZ12.811.0733.81-
YUV92.99164.69117.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=24.07%
G=27.16%
B=48.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78881580.510.4400.38232.533.946.27
Hex4E589E332C026e8222e
Octal11613023663540463504256
Binary1001110101100010011110110011101100010011011101000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,158); }

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

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

 a { background-color: rgb(78,88,158); }

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

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

 span { border-color: rgb(78,88,158); }

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