#4E48B1

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

Shades of Rich Blue #4E48B1

Tints of Rich Blue #4E48B1

Color information

#4E48B1 (or 0x4E48B1) is unknown color: approx Rich Blue. HEX triplet: 4E, 48 and B1. RGB value is (78,72,177). Sum of RGB (Red+Green+Blue) = 78+72+177=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E48B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E48B1 is #B1B74E. Grayscale: #555555. Windows color (decimal): -11646799 or 11618382. OLE color: 11618382.

HSL color Cylindrical-coordinate representation of color #4E48B1: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E48B1 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7872177-
CMYK0.560.5900.31
HSL243.43º42.17%48.82%-
HSV(B)243.43º59.32%69.41%-
XYZ13.49.4342.71-
YUV85.76179.49122.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=23.85%
G=22.02%
B=54.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78721770.560.5900.31243.4342.1748.82
Hex4E48B1383B01Ff32a31
Octal11611026170730373635261
Binary100111010010001011000111100011101101111111110011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E48B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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