Html Css Color HEX #4E4DAC Rich Blue

📋 copy color: '#4E4DAC'

red 78 ◦ green 77 ◦ blue 172

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

Shades of Rich Blue #4E4DAC

Tints of Rich Blue #4E4DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 23.85%
G = 23.55%
B = 52.6%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E4DAC (or 0x4E4DAC) is known color: Rich Blue. HEX triplet: 4E, 4D and AC. RGB value is (78,77,172). Sum of RGB (Red+Green+Blue) = 78+77+172=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DAC is #B1B253. Grayscale: #575757. Windows color (decimal): -11645524 or 11291982. OLE color: 11291982.

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

Color convert

RGB 78 77 172 -
CMYK 0.55 0.55 0 0.33
HSL 240.63º 0.38% 0.49% -
HSV(B) 240.63º 0.55% 0.67% -
XYZ 13.24 9.91 40.24 -
YUV 88.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 78 77 172 0.55 0.55 0 0.33 240.63 0.38 0.49
Hex 4E 4D AC 37 37 0 21 F1 26 31
Octal 116 115 254 67 67 0 41 361 46 61
Binary 1001110 1001101 10101100 110111 110111 0 100001 11110001 100110 110001

Color Harmonies of #4E4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4DAC

Black with #4E4DAC

Text Example


Text Example

White with #4E4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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