Html Css Color HEX #4422AB Blue Gem

📋 copy color: '#4422AB'

red 68 ◦ green 34 ◦ blue 171

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

Shades of Blue Gem #4422AB

Tints of Blue Gem #4422AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 24.91%
G = 12.45%
B = 62.64%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4422AB (or 0x4422AB) is known color: Blue Gem. HEX triplet: 44, 22 and AB. RGB value is (68,34,171). Sum of RGB (Red+Green+Blue) = 68+34+171=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #4422AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4422AB is #BBDD54. Grayscale: #3B3B3B. Windows color (decimal): -12311893 or 11215428. OLE color: 11215428.

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

Color convert

RGB 68 34 171 -
CMYK 0.60 0.80 0 0.33
HSL 254.89º 0.67% 0.4% -
HSV(B) 254.89º 0.8% 0.67% -
XYZ 10.31 5.31 39.01 -
YUV 59.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 68 34 171 0.60 0.80 0 0.33 254.89 0.67 0.4
Hex 44 22 AB 3C 50 0 21 FF 43 28
Octal 104 42 253 74 120 0 41 377 103 50
Binary 1000100 100010 10101011 111100 1010000 0 100001 11111111 1000011 101000

Color Harmonies of #4422AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4422AB

Black with #4422AB

Text Example


Text Example

White with #4422AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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