#4E5DA2

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

Shades of Governor Bay #4E5DA2

Tints of Governor Bay #4E5DA2

Color information

#4E5DA2 (or 0x4E5DA2) is unknown color: approx Governor Bay. HEX triplet: 4E, 5D and A2. RGB value is (78,93,162). Sum of RGB (Red+Green+Blue) = 78+93+162=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 162 (63.67% from 255 or 48.65% from 333); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E5DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5DA2 is #B1A25D. Grayscale: #606060. Windows color (decimal): -11641438 or 10640718. OLE color: 10640718.

HSL color Cylindrical-coordinate representation of color #4E5DA2: hue angle of 229.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E5DA2 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7893162-
CMYK0.520.4300.36
HSL229.29º35%47.06%-
HSV(B)229.29º51.85%63.53%-
XYZ13.5812.0635.79-
YUV96.38165.03114.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 162 (63.67% from 255) = 48.65%
R=23.42%
G=27.93%
B=48.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78931620.520.4300.36229.293547.06
Hex4E5DA2342B024e5232f
Octal11613524264530443454357
Binary1001110101110110100010110100101011010010011100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,162); }

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

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

 a { background-color: rgb(78,93,162); }

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

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

 span { border-color: rgb(78,93,162); }

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