#4E4DBB

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

Shades of Rich Blue #4E4DBB

Tints of Rich Blue #4E4DBB

Color information

#4E4DBB (or 0x4E4DBB) is unknown color: approx Rich Blue. HEX triplet: 4E, 4D and BB. RGB value is (78,77,187). Sum of RGB (Red+Green+Blue) = 78+77+187=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBB is #B1B244. Grayscale: #595959. Windows color (decimal): -11645509 or 12275022. OLE color: 12275022.

HSL color Cylindrical-coordinate representation of color #4E4DBB: hue angle of 240.55º degrees, saturation: 0.45, 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 #4E4DBB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7877187-
CMYK0.580.5900.27
HSL240.55º44.72%51.76%-
HSV(B)240.55º58.82%73.33%-
XYZ14.7710.5248.27-
YUV89.84182.83119.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 187 (73.44% from 255) = 54.68%
R=22.81%
G=22.51%
B=54.68%

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
Decimal78771870.580.5900.27240.5544.7251.76
Hex4E4DBB3A3B01Bf12d34
Octal11611527372730333615564
Binary100111010011011011101111101011101101101111110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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