Html Css Color HEX #4942AC Rich Blue

📋 copy color: '#4942AC'

red 73 ◦ green 66 ◦ blue 172

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

Shades of Rich Blue #4942AC

Tints of Rich Blue #4942AC

RGB

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

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

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

R = 23.47%
G = 21.22%
B = 55.31%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4942AC (or 0x4942AC) is known color: Rich Blue. HEX triplet: 49, 42 and AC. RGB value is (73,66,172). Sum of RGB (Red+Green+Blue) = 73+66+172=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #4942AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4942AC is #B6BD53. Grayscale: #4F4F4F. Windows color (decimal): -11976020 or 11289161. OLE color: 11289161.

HSL color Cylindrical-coordinate representation of color #4942AC: hue angle of 243.96º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4942AC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 66 172 -
CMYK 0.58 0.62 0 0.33
HSL 243.96º 0.45% 0.47% -
HSV(B) 243.96º 0.62% 0.67% -
XYZ 12.14 8.29 39.99 -
YUV 80.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 73 66 172 0.58 0.62 0 0.33 243.96 0.45 0.47
Hex 49 42 AC 3A 3E 0 21 F4 2D 2F
Octal 111 102 254 72 76 0 41 364 55 57
Binary 1001001 1000010 10101100 111010 111110 0 100001 11110100 101101 101111

Color Harmonies of #4942AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942AC

Black with #4942AC

Text Example


Text Example

White with #4942AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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