Html Css Color HEX #4942AE Rich Blue

📋 copy color: '#4942AE'

red 73 ◦ green 66 ◦ blue 174

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

Shades of Rich Blue #4942AE

Tints of Rich Blue #4942AE

RGB

 RED value IS 73 (28.91% from 255) = 23.32%

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

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

R = 23.32%
G = 21.09%
B = 55.59%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4942AE (or 0x4942AE) is known color: Rich Blue. HEX triplet: 49, 42 and AE. RGB value is (73,66,174). Sum of RGB (Red+Green+Blue) = 73+66+174=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #4942AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4942AE is #B6BD51. Grayscale: #4F4F4F. Windows color (decimal): -11976018 or 11420233. OLE color: 11420233.

HSL color Cylindrical-coordinate representation of color #4942AE: hue angle of 243.89º 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 #4942AE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 66 174 -
CMYK 0.58 0.62 0 0.32
HSL 243.89º 0.45% 0.47% -
HSV(B) 243.89º 0.62% 0.68% -
XYZ 12.34 8.37 41.01 -
YUV 80.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 73 66 174 0.58 0.62 0 0.32 243.89 0.45 0.47
Hex 49 42 AE 3A 3E 0 20 F4 2D 2F
Octal 111 102 256 72 76 0 40 364 55 57
Binary 1001001 1000010 10101110 111010 111110 0 100000 11110100 101101 101111

Color Harmonies of #4942AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942AE

Black with #4942AE

Text Example


Text Example

White with #4942AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4942AE; }

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

 H1.HeaderClassName
 {
   color: #4942AE;
 }
 .AnyTagClassName
 {
   color: #4942AE;
 }
</style>

background-color css

<style>
 a { background-color: #4942AE; }

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

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

border-color css

<style>
 span { border-color: #4942AE; }

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

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