#4E49A4

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

Shades of Governor Bay #4E49A4

Tints of Governor Bay #4E49A4

Color information

#4E49A4 (or 0x4E49A4) is unknown color: approx Governor Bay. HEX triplet: 4E, 49 and A4. RGB value is (78,73,164). Sum of RGB (Red+Green+Blue) = 78+73+164=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E49A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E49A4 is #B1B65B. Grayscale: #545454. Windows color (decimal): -11646556 or 10766670. OLE color: 10766670.

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

Color convert

RGB7873164-
CMYK0.520.5500.36
HSL243.3º38.4%46.47%-
HSV(B)243.3º55.49%64.31%-
XYZ12.239.0736.23-
YUV84.87172.66123.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=24.76%
G=23.17%
B=52.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78731640.520.5500.36243.338.446.47
Hex4E49A43437024f3262e
Octal11611124464670443634656
Binary1001110100100110100100110100110111010010011110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E49A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,164); }

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

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

 a { background-color: rgb(78,73,164); }

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

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

 span { border-color: rgb(78,73,164); }

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