#4E529B

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

Shades of Governor Bay #4E529B

Tints of Governor Bay #4E529B

Color information

#4E529B (or 0x4E529B) is unknown color: approx Governor Bay. HEX triplet: 4E, 52 and 9B. RGB value is (78,82,155). Sum of RGB (Red+Green+Blue) = 78+82+155=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E529B is #B1AD64. Grayscale: #585858. Windows color (decimal): -11644261 or 10179150. OLE color: 10179150.

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

Color convert

RGB7882155-
CMYK0.500.4700.39
HSL236.88º33.05%45.69%-
HSV(B)236.88º49.68%60.78%-
XYZ12.0810.0232.31-
YUV89.13165.17120.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=24.76%
G=26.03%
B=49.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78821550.500.4700.39236.8833.0545.69
Hex4E529B322F027ed212e
Octal11612223362570473554156
Binary1001110101001010011011110010101111010011111101101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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