Html Css Color HEX #4422AA Blue Gem

📋 copy color: '#4422AA'

red 68 ◦ green 34 ◦ blue 170

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

Shades of Blue Gem #4422AA

Tints of Blue Gem #4422AA

RGB

 RED value IS 68 (26.95% from 255) = 25%

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

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

R = 25%
G = 12.5%
B = 62.5%

CMYK

 C value IS 0.6

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4422AA (or 0x4422AA) is known color: Blue Gem. HEX triplet: 44, 22 and AA. RGB value is (68,34,170). Sum of RGB (Red+Green+Blue) = 68+34+170=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #4422AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4422AA is #BBDD55. Grayscale: #3B3B3B. Windows color (decimal): -12311894 or 11149892. OLE color: 11149892.

HSL color Cylindrical-coordinate representation of color #4422AA: hue angle of 255º 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 #4422AA is Cyan = 0.6, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 34 170 -
CMYK 0.6 0.80 0 0.33
HSL 255º 0.67% 0.4% -
HSV(B) 255º 0.8% 0.67% -
XYZ 10.21 5.28 38.51 -
YUV 59.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 68 34 170 0.6 0.80 0 0.33 255 0.67 0.4
Hex 44 22 AA 3C 50 0 21 FF 43 28
Octal 104 42 252 74 120 0 41 377 103 50
Binary 1000100 100010 10101010 111100 1010000 0 100001 11111111 1000011 101000

Color Harmonies of #4422AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4422AA

Black with #4422AA

Text Example


Text Example

White with #4422AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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