#4E48B4

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

Shades of Rich Blue #4E48B4

Tints of Rich Blue #4E48B4

Color information

#4E48B4 (or 0x4E48B4) is unknown color: approx Rich Blue. HEX triplet: 4E, 48 and B4. RGB value is (78,72,180). Sum of RGB (Red+Green+Blue) = 78+72+180=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #4E48B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48B4 is #B1B74B. Grayscale: #555555. Windows color (decimal): -11646796 or 11814990. OLE color: 11814990.

HSL color Cylindrical-coordinate representation of color #4E48B4: hue angle of 243.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E48B4 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7872180-
CMYK0.570.6000.29
HSL243.33º42.86%49.41%-
HSV(B)243.33º60%70.59%-
XYZ13.79.5544.3-
YUV86.11180.99122.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.64%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=23.64%
G=21.82%
B=54.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78721800.570.6000.29243.3342.8649.41
Hex4E48B4393C01Df32b31
Octal11611026471740353635361
Binary100111010010001011010011100111110001110111110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,180); }

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

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

 a { background-color: rgb(78,72,180); }

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

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

 span { border-color: rgb(78,72,180); }

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