Html Css Color HEX #4E49AC Rich Blue

📋 copy color: '#4E49AC'

red 78 ◦ green 73 ◦ blue 172

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

Shades of Rich Blue #4E49AC

Tints of Rich Blue #4E49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.6%

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

R = 24.15%
G = 22.6%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E49AC (or 0x4E49AC) is known color: Rich Blue. HEX triplet: 4E, 49 and AC. RGB value is (78,73,172). Sum of RGB (Red+Green+Blue) = 78+73+172=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E49AC is #B1B653. Grayscale: #555555. Windows color (decimal): -11646548 or 11290958. OLE color: 11290958.

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

Color convert

RGB 78 73 172 -
CMYK 0.55 0.58 0 0.33
HSL 243.03º 0.4% 0.48% -
HSV(B) 243.03º 0.58% 0.67% -
XYZ 12.97 9.36 40.15 -
YUV 85.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 78 73 172 0.55 0.58 0 0.33 243.03 0.4 0.48
Hex 4E 49 AC 37 3A 0 21 F3 28 30
Octal 116 111 254 67 72 0 41 363 50 60
Binary 1001110 1001001 10101100 110111 111010 0 100001 11110011 101000 110000

Color Harmonies of #4E49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E49AC

Black with #4E49AC

Text Example


Text Example

White with #4E49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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