Html Css Color HEX #4E42AE Rich Blue

📋 copy color: '#4E42AE'

red 78 ◦ green 66 ◦ blue 174

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

Shades of Rich Blue #4E42AE

Tints of Rich Blue #4E42AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 24.53%
G = 20.75%
B = 54.72%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E42AE (or 0x4E42AE) is known color: Rich Blue. HEX triplet: 4E, 42 and AE. RGB value is (78,66,174). Sum of RGB (Red+Green+Blue) = 78+66+174=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E42AE is #B1BD51. Grayscale: #515151. Windows color (decimal): -11648338 or 11420238. OLE color: 11420238.

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

Color convert

RGB 78 66 174 -
CMYK 0.55 0.62 0 0.32
HSL 246.67º 0.45% 0.47% -
HSV(B) 246.67º 0.62% 0.68% -
XYZ 12.73 8.57 41.03 -
YUV 81.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 78 66 174 0.55 0.62 0 0.32 246.67 0.45 0.47
Hex 4E 42 AE 37 3E 0 20 F7 2D 2F
Octal 116 102 256 67 76 0 40 367 55 57
Binary 1001110 1000010 10101110 110111 111110 0 100000 11110111 101101 101111

Color Harmonies of #4E42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42AE

Black with #4E42AE

Text Example


Text Example

White with #4E42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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