Html Css Color HEX #4946AC Rich Blue

📋 copy color: '#4946AC'

red 73 ◦ green 70 ◦ blue 172

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

Shades of Rich Blue #4946AC

Tints of Rich Blue #4946AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

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

R = 23.17%
G = 22.22%
B = 54.6%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4946AC (or 0x4946AC) is known color: Rich Blue. HEX triplet: 49, 46 and AC. RGB value is (73,70,172). Sum of RGB (Red+Green+Blue) = 73+70+172=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #4946AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4946AC is #B6B953. Grayscale: #525252. Windows color (decimal): -11974996 or 11290185. OLE color: 11290185.

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

Color convert

RGB 73 70 172 -
CMYK 0.58 0.59 0 0.33
HSL 241.76º 0.42% 0.47% -
HSV(B) 241.76º 0.59% 0.67% -
XYZ 12.38 8.78 40.07 -
YUV 82.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 73 70 172 0.58 0.59 0 0.33 241.76 0.42 0.47
Hex 49 46 AC 3A 3B 0 21 F2 2A 2F
Octal 111 106 254 72 73 0 41 362 52 57
Binary 1001001 1000110 10101100 111010 111011 0 100001 11110010 101010 101111

Color Harmonies of #4946AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946AC

Black with #4946AC

Text Example


Text Example

White with #4946AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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