#4E4DBA

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

Shades of Rich Blue #4E4DBA

Tints of Rich Blue #4E4DBA

Color information

#4E4DBA (or 0x4E4DBA) is unknown color: approx Rich Blue. HEX triplet: 4E, 4D and BA. RGB value is (78,77,186). Sum of RGB (Red+Green+Blue) = 78+77+186=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBA is #B1B245. Grayscale: #595959. Windows color (decimal): -11645510 or 12209486. OLE color: 12209486.

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

Color convert

RGB7877186-
CMYK0.580.5900.27
HSL240.55º44.13%51.57%-
HSV(B)240.55º58.6%72.94%-
XYZ14.6610.4747.7-
YUV89.72182.33119.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.87%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=22.87%
G=22.58%
B=54.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78771860.580.5900.27240.5544.1351.57
Hex4E4DBA3A3B01Bf12c34
Octal11611527272730333615464
Binary100111010011011011101011101011101101101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,77,186); }

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

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

 a { background-color: rgb(78,77,186); }

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

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

 span { border-color: rgb(78,77,186); }

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