Html Css Color HEX #4422AD Blue Gem

📋 copy color: '#4422AD'

red 68 ◦ green 34 ◦ blue 173

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

Shades of Blue Gem #4422AD

Tints of Blue Gem #4422AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 24.73%
G = 12.36%
B = 62.91%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4422AD (or 0x4422AD) is known color: Blue Gem. HEX triplet: 44, 22 and AD. RGB value is (68,34,173). Sum of RGB (Red+Green+Blue) = 68+34+173=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #4422AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4422AD is #BBDD52. Grayscale: #3B3B3B. Windows color (decimal): -12311891 or 11346500. OLE color: 11346500.

HSL color Cylindrical-coordinate representation of color #4422AD: hue angle of 254.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4422AD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 34 173 -
CMYK 0.61 0.80 0 0.32
HSL 254.68º 0.67% 0.41% -
HSV(B) 254.68º 0.8% 0.68% -
XYZ 10.5 5.39 40.02 -
YUV 60.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 68 34 173 0.61 0.80 0 0.32 254.68 0.67 0.41
Hex 44 22 AD 3D 50 0 20 FF 43 29
Octal 104 42 255 75 120 0 40 377 103 51
Binary 1000100 100010 10101101 111101 1010000 0 100000 11111111 1000011 101001

Color Harmonies of #4422AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4422AD

Black with #4422AD

Text Example


Text Example

White with #4422AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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