Html Css Color HEX #4822AA Blue Gem

📋 copy color: '#4822AA'

red 72 ◦ green 34 ◦ blue 170

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

Shades of Blue Gem #4822AA

Tints of Blue Gem #4822AA

RGB

 RED value IS 72 (28.52% from 255) = 26.09%

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 26.09%
G = 12.32%
B = 61.59%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4822AA (or 0x4822AA) is known color: Blue Gem. HEX triplet: 48, 22 and AA. RGB value is (72,34,170). Sum of RGB (Red+Green+Blue) = 72+34+170=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #4822AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4822AA is #B7DD55. Grayscale: #3C3C3C. Windows color (decimal): -12049750 or 11149896. OLE color: 11149896.

HSL color Cylindrical-coordinate representation of color #4822AA: hue angle of 256.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4822AA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 34 170 -
CMYK 0.58 0.80 0 0.33
HSL 256.76º 0.67% 0.4% -
HSV(B) 256.76º 0.8% 0.67% -
XYZ 10.5 5.42 38.52 -
YUV 60.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 72 34 170 0.58 0.80 0 0.33 256.76 0.67 0.4
Hex 48 22 AA 3A 50 0 21 101 43 28
Octal 110 42 252 72 120 0 41 401 103 50
Binary 1001000 100010 10101010 111010 1010000 0 100001 100000001 1000011 101000

Color Harmonies of #4822AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4822AA

Black with #4822AA

Text Example


Text Example

White with #4822AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4822AA; }

 p { color: rgb(72,34,170); }

 H1.HeaderClassName
 {
   color: #4822AA;
 }
 .AnyTagClassName
 {
   color: #4822AA;
 }
</style>

background-color css

<style>
 a { background-color: #4822AA; }

 a { background-color: rgb(72,34,170); }

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

border-color css

<style>
 span { border-color: #4822AA; }

 span { border-color: rgb(72,34,170); }

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