#4E529A

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

Shades of Governor Bay #4E529A

Tints of Governor Bay #4E529A

Color information

#4E529A (or 0x4E529A) is unknown color: approx Governor Bay. HEX triplet: 4E, 52 and 9A. RGB value is (78,82,154). Sum of RGB (Red+Green+Blue) = 78+82+154=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E529A is #B1AD65. Grayscale: #585858. Windows color (decimal): -11644262 or 10113614. OLE color: 10113614.

HSL color Cylindrical-coordinate representation of color #4E529A: hue angle of 236.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E529A is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7882154-
CMYK0.490.4700.40
HSL236.84º32.76%45.49%-
HSV(B)236.84º49.35%60.39%-
XYZ11.999.9931.87-
YUV89.01164.67120.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=24.84%
G=26.11%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78821540.490.4700.40236.8432.7645.49
Hex4E529A312F028ed212d
Octal11612223261570503554155
Binary1001110101001010011010110001101111010100011101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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