Html Css Color HEX #4942AD Rich Blue

📋 copy color: '#4942AD'

red 73 ◦ green 66 ◦ blue 173

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

Shades of Rich Blue #4942AD

Tints of Rich Blue #4942AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 23.4%
G = 21.15%
B = 55.45%

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

#4942AD (or 0x4942AD) is known color: Rich Blue. HEX triplet: 49, 42 and AD. RGB value is (73,66,173). Sum of RGB (Red+Green+Blue) = 73+66+173=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #4942AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4942AD is #B6BD52. Grayscale: #4F4F4F. Windows color (decimal): -11976019 or 11354697. OLE color: 11354697.

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

Color convert

RGB 73 66 173 -
CMYK 0.58 0.62 0 0.32
HSL 243.93º 0.45% 0.47% -
HSV(B) 243.93º 0.62% 0.68% -
XYZ 12.24 8.33 40.5 -
YUV 80.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 73 66 173 0.58 0.62 0 0.32 243.93 0.45 0.47
Hex 49 42 AD 3A 3E 0 20 F4 2D 2F
Octal 111 102 255 72 76 0 40 364 55 57
Binary 1001001 1000010 10101101 111010 111110 0 100000 11110100 101101 101111

Color Harmonies of #4942AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942AD

Black with #4942AD

Text Example


Text Example

White with #4942AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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