Html Css Color HEX #4E5DAA Rich Blue

📋 copy color: '#4E5DAA'

red 78 ◦ green 93 ◦ blue 170

#4E5DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #4E5DAA

Tints of Rich Blue #4E5DAA

RGB

 RED value IS 78 (30.86% from 255) = 22.87%

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 22.87%
G = 27.27%
B = 49.85%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5DAA (or 0x4E5DAA) is known color: Rich Blue. HEX triplet: 4E, 5D and AA. RGB value is (78,93,170). Sum of RGB (Red+Green+Blue) = 78+93+170=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5DAA is #B1A255. Grayscale: #606060. Windows color (decimal): -11641430 or 11165006. OLE color: 11165006.

HSL color Cylindrical-coordinate representation of color #4E5DAA: hue angle of 230.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5DAA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 93 170 -
CMYK 0.54 0.45 0 0.33
HSL 230.22º 0.37% 0.49% -
HSV(B) 230.22º 0.54% 0.67% -
XYZ 14.31 12.35 39.66 -
YUV 97.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 78 93 170 0.54 0.45 0 0.33 230.22 0.37 0.49
Hex 4E 5D AA 36 2D 0 21 E6 25 31
Octal 116 135 252 66 55 0 41 346 45 61
Binary 1001110 1011101 10101010 110110 101101 0 100001 11100110 100101 110001

Color Harmonies of #4E5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DAA

Black with #4E5DAA

Text Example


Text Example

White with #4E5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E5DAA;
 }
 .AnyTagClassName
 {
   color: #4E5DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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