Html Css Color HEX #4E4DAE Rich Blue

📋 copy color: '#4E4DAE'

red 78 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #4E4DAE

Tints of Rich Blue #4E4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 23.71%
G = 23.4%
B = 52.89%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E4DAE (or 0x4E4DAE) is known color: Rich Blue. HEX triplet: 4E, 4D and AE. RGB value is (78,77,174). Sum of RGB (Red+Green+Blue) = 78+77+174=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DAE is #B1B251. Grayscale: #575757. Windows color (decimal): -11645522 or 11423054. OLE color: 11423054.

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

Color convert

RGB 78 77 174 -
CMYK 0.55 0.56 0 0.32
HSL 240.62º 0.39% 0.49% -
HSV(B) 240.62º 0.56% 0.68% -
XYZ 13.44 9.98 41.26 -
YUV 88.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 78 77 174 0.55 0.56 0 0.32 240.62 0.39 0.49
Hex 4E 4D AE 37 38 0 20 F1 27 31
Octal 116 115 256 67 70 0 40 361 47 61
Binary 1001110 1001101 10101110 110111 111000 0 100000 11110001 100111 110001

Color Harmonies of #4E4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4DAE

Black with #4E4DAE

Text Example


Text Example

White with #4E4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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