#4E40AB

Color #4E40AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4E40AB

Tints of Rich Blue #4E40AB

Color information

#4E40AB (or 0x4E40AB) is unknown color: approx Rich Blue. HEX triplet: 4E, 40 and AB. RGB value is (78,64,171). Sum of RGB (Red+Green+Blue) = 78+64+171=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40AB is #B1BF54. Grayscale: #4F4F4F. Windows color (decimal): -11648853 or 11223118. OLE color: 11223118.

HSL color Cylindrical-coordinate representation of color #4E40AB: hue angle of 247.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E40AB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7864171-
CMYK0.540.6300.33
HSL247.85º45.53%46.08%-
HSV(B)247.85º62.57%67.06%-
XYZ12.338.2339.47-
YUV80.38179.14126.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=24.92%
G=20.45%
B=54.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78641710.540.6300.33247.8545.5346.08
Hex4E40AB363F021f82e2e
Octal11610025366770413705656
Binary1001110100000010101011110110111111010000111111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,171); }

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

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

 a { background-color: rgb(78,64,171); }

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

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

 span { border-color: rgb(78,64,171); }

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