#4E48BB

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

Shades of Rich Blue #4E48BB

Tints of Rich Blue #4E48BB

Color information

#4E48BB (or 0x4E48BB) is unknown color: approx Rich Blue. HEX triplet: 4E, 48 and BB. RGB value is (78,72,187). Sum of RGB (Red+Green+Blue) = 78+72+187=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48BB is #B1B744. Grayscale: #565656. Windows color (decimal): -11646789 or 12273742. OLE color: 12273742.

HSL color Cylindrical-coordinate representation of color #4E48BB: hue angle of 243.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E48BB is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7872187-
CMYK0.580.6100.27
HSL243.13º45.82%50.78%-
HSV(B)243.13º61.5%73.33%-
XYZ14.439.8448.15-
YUV86.9184.49121.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=23.15%
G=21.36%
B=55.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78721870.580.6100.27243.1345.8250.78
Hex4E48BB3A3D01Bf32e33
Octal11611027372750333635663
Binary100111010010001011101111101011110101101111110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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