Html Css Color HEX #4E5AAA Rich Blue

📋 copy color: '#4E5AAA'

red 78 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #4E5AAA

Tints of Rich Blue #4E5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 23.08%
G = 26.63%
B = 50.3%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5AAA (or 0x4E5AAA) is known color: Rich Blue. HEX triplet: 4E, 5A and AA. RGB value is (78,90,170). Sum of RGB (Red+Green+Blue) = 78+90+170=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAA is #B1A555. Grayscale: #5F5F5F. Windows color (decimal): -11642198 or 11164238. OLE color: 11164238.

HSL color Cylindrical-coordinate representation of color #4E5AAA: hue angle of 232.17º 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 #4E5AAA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 90 170 -
CMYK 0.54 0.47 0 0.33
HSL 232.17º 0.37% 0.49% -
HSV(B) 232.17º 0.54% 0.67% -
XYZ 14.05 11.83 39.57 -
YUV 95.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 78 90 170 0.54 0.47 0 0.33 232.17 0.37 0.49
Hex 4E 5A AA 36 2F 0 21 E8 25 31
Octal 116 132 252 66 57 0 41 350 45 61
Binary 1001110 1011010 10101010 110110 101111 0 100001 11101000 100101 110001

Color Harmonies of #4E5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AAA

Black with #4E5AAA

Text Example


Text Example

White with #4E5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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