#4E589B

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

Shades of Governor Bay #4E589B

Tints of Governor Bay #4E589B

Color information

#4E589B (or 0x4E589B) is unknown color: approx Governor Bay. HEX triplet: 4E, 58 and 9B. RGB value is (78,88,155). Sum of RGB (Red+Green+Blue) = 78+88+155=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E589B is #B1A764. Grayscale: #5C5C5C. Windows color (decimal): -11642725 or 10180686. OLE color: 10180686.

HSL color Cylindrical-coordinate representation of color #4E589B: hue angle of 232.21º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E589B is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7888155-
CMYK0.500.4300.39
HSL232.21º33.05%45.69%-
HSV(B)232.21º49.68%60.78%-
XYZ12.5510.9732.47-
YUV92.65163.19117.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=24.30%
G=27.41%
B=48.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78881550.500.4300.39232.2133.0545.69
Hex4E589B322B027e8212e
Octal11613023362530473504156
Binary1001110101100010011011110010101011010011111101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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