Html Css Color HEX #4E48AE Rich Blue

📋 copy color: '#4E48AE'

red 78 ◦ green 72 ◦ blue 174

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

Shades of Rich Blue #4E48AE

Tints of Rich Blue #4E48AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 24.07%
G = 22.22%
B = 53.7%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E48AE (or 0x4E48AE) is known color: Rich Blue. HEX triplet: 4E, 48 and AE. RGB value is (78,72,174). Sum of RGB (Red+Green+Blue) = 78+72+174=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E48AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E48AE is #B1B751. Grayscale: #555555. Windows color (decimal): -11646802 or 11421774. OLE color: 11421774.

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

Color convert

RGB 78 72 174 -
CMYK 0.55 0.59 0 0.32
HSL 243.53º 0.41% 0.48% -
HSV(B) 243.53º 0.59% 0.68% -
XYZ 13.1 9.31 41.15 -
YUV 85.42 177.99 122.71 -
System Red Green Blue C M Y K H S L
Decimal 78 72 174 0.55 0.59 0 0.32 243.53 0.41 0.48
Hex 4E 48 AE 37 3B 0 20 F4 29 30
Octal 116 110 256 67 73 0 40 364 51 60
Binary 1001110 1001000 10101110 110111 111011 0 100000 11110100 101001 110000

Color Harmonies of #4E48AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E48AE

Black with #4E48AE

Text Example


Text Example

White with #4E48AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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