Html Css Color HEX #4420AC Blue Gem

📋 copy color: '#4420AC'

red 68 ◦ green 32 ◦ blue 172

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

Shades of Blue Gem #4420AC

Tints of Blue Gem #4420AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 25%
G = 11.76%
B = 63.24%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4420AC (or 0x4420AC) is known color: Blue Gem. HEX triplet: 44, 20 and AC. RGB value is (68,32,172). Sum of RGB (Red+Green+Blue) = 68+32+172=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #4420AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4420AC is #BBDF53. Grayscale: #3A3A3A. Windows color (decimal): -12312404 or 11280452. OLE color: 11280452.

HSL color Cylindrical-coordinate representation of color #4420AC: hue angle of 255.43º degrees, saturation: 0.69, 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 #4420AC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 32 172 -
CMYK 0.60 0.81 0 0.33
HSL 255.43º 0.69% 0.4% -
HSV(B) 255.43º 0.81% 0.67% -
XYZ 10.35 5.24 39.5 -
YUV 58.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 68 32 172 0.60 0.81 0 0.33 255.43 0.69 0.4
Hex 44 20 AC 3C 51 0 21 FF 45 28
Octal 104 40 254 74 121 0 41 377 105 50
Binary 1000100 100000 10101100 111100 1010001 0 100001 11111111 1000101 101000

Color Harmonies of #4420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420AC

Black with #4420AC

Text Example


Text Example

White with #4420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4420AC; }

 p { color: rgb(68,32,172); }

 H1.HeaderClassName
 {
   color: #4420AC;
 }
 .AnyTagClassName
 {
   color: #4420AC;
 }
</style>

background-color css

<style>
 a { background-color: #4420AC; }

 a { background-color: rgb(68,32,172); }

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

border-color css

<style>
 span { border-color: #4420AC; }

 span { border-color: rgb(68,32,172); }

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