Html Css Color HEX #4E5AAE Rich Blue

📋 copy color: '#4E5AAE'

red 78 ◦ green 90 ◦ blue 174

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

Shades of Rich Blue #4E5AAE

Tints of Rich Blue #4E5AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 22.81%
G = 26.32%
B = 50.88%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E5AAE (or 0x4E5AAE) is known color: Rich Blue. HEX triplet: 4E, 5A and AE. RGB value is (78,90,174). Sum of RGB (Red+Green+Blue) = 78+90+174=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5AAE is #B1A551. Grayscale: #5F5F5F. Windows color (decimal): -11642194 or 11426382. OLE color: 11426382.

HSL color Cylindrical-coordinate representation of color #4E5AAE: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E5AAE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 90 174 -
CMYK 0.55 0.48 0 0.32
HSL 232.5º 0.38% 0.49% -
HSV(B) 232.5º 0.55% 0.68% -
XYZ 14.44 11.99 41.6 -
YUV 95.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 78 90 174 0.55 0.48 0 0.32 232.5 0.38 0.49
Hex 4E 5A AE 37 30 0 20 E8 26 31
Octal 116 132 256 67 60 0 40 350 46 61
Binary 1001110 1011010 10101110 110111 110000 0 100000 11101000 100110 110001

Color Harmonies of #4E5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5AAE

Black with #4E5AAE

Text Example


Text Example

White with #4E5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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