#4E528A

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

Shades of Governor Bay #4E528A

Tints of Governor Bay #4E528A

Color information

#4E528A (or 0x4E528A) is unknown color: approx Governor Bay. HEX triplet: 4E, 52 and 8A. RGB value is (78,82,138). Sum of RGB (Red+Green+Blue) = 78+82+138=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E528A is #B1AD75. Grayscale: #565656. Windows color (decimal): -11644278 or 9065038. OLE color: 9065038.

HSL color Cylindrical-coordinate representation of color #4E528A: hue angle of 236º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E528A is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7882138-
CMYK0.430.4100.46
HSL236º27.78%42.35%-
HSV(B)236º43.48%54.12%-
XYZ10.759.4925.31-
YUV87.19156.67121.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=26.17%
G=27.52%
B=46.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78821380.430.4100.4623627.7842.35
Hex4E528A2B2902Eec1c2a
Octal11612221253510563543452
Binary100111010100101000101010101110100101011101110110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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