Html Css Color HEX #4421AA Blue Gem

📋 copy color: '#4421AA'

red 68 ◦ green 33 ◦ blue 170

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

Shades of Blue Gem #4421AA

Tints of Blue Gem #4421AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 25.09%
G = 12.18%
B = 62.73%

CMYK

 C value IS 0.6

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4421AA (or 0x4421AA) is known color: Blue Gem. HEX triplet: 44, 21 and AA. RGB value is (68,33,170). Sum of RGB (Red+Green+Blue) = 68+33+170=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #4421AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4421AA is #BBDE55. Grayscale: #3A3A3A. Windows color (decimal): -12312150 or 11149636. OLE color: 11149636.

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

Color convert

RGB 68 33 170 -
CMYK 0.6 0.81 0 0.33
HSL 255.33º 0.67% 0.4% -
HSV(B) 255.33º 0.81% 0.67% -
XYZ 10.18 5.22 38.5 -
YUV 59.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 68 33 170 0.6 0.81 0 0.33 255.33 0.67 0.4
Hex 44 21 AA 3C 51 0 21 FF 43 28
Octal 104 41 252 74 121 0 41 377 103 50
Binary 1000100 100001 10101010 111100 1010001 0 100001 11111111 1000011 101000

Color Harmonies of #4421AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4421AA

Black with #4421AA

Text Example


Text Example

White with #4421AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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