#4E5DB6

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

Shades of Rich Blue #4E5DB6

Tints of Rich Blue #4E5DB6

Color information

#4E5DB6 (or 0x4E5DB6) is unknown color: approx Rich Blue. HEX triplet: 4E, 5D and B6. RGB value is (78,93,182). Sum of RGB (Red+Green+Blue) = 78+93+182=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E5DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DB6 is #B1A249. Grayscale: #626262. Windows color (decimal): -11641418 or 11951438. OLE color: 11951438.

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

Color convert

RGB7893182-
CMYK0.570.4900.29
HSL231.35º41.6%50.98%-
HSV(B)231.35º57.14%71.37%-
XYZ15.512.8345.91-
YUV98.66175.03113.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=22.10%
G=26.35%
B=51.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78931820.570.4900.29231.3541.650.98
Hex4E5DB6393101De72a33
Octal11613526671610353475263
Binary100111010111011011011011100111000101110111100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,182); }

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

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

 a { background-color: rgb(78,93,182); }

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

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

 span { border-color: rgb(78,93,182); }

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