Html Css Color HEX #4421AC Blue Gem

📋 copy color: '#4421AC'

red 68 ◦ green 33 ◦ blue 172

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

Shades of Blue Gem #4421AC

Tints of Blue Gem #4421AC

RGB

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

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

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

R = 24.91%
G = 12.09%
B = 63%

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

#4421AC (or 0x4421AC) is known color: Blue Gem. HEX triplet: 44, 21 and AC. RGB value is (68,33,172). Sum of RGB (Red+Green+Blue) = 68+33+172=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4421AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4421AC is #BBDE53. Grayscale: #3A3A3A. Windows color (decimal): -12312148 or 11280708. OLE color: 11280708.

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

Color convert

RGB 68 33 172 -
CMYK 0.60 0.81 0 0.33
HSL 255.11º 0.68% 0.4% -
HSV(B) 255.11º 0.81% 0.67% -
XYZ 10.37 5.3 39.51 -
YUV 59.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 68 33 172 0.60 0.81 0 0.33 255.11 0.68 0.4
Hex 44 21 AC 3C 51 0 21 FF 44 28
Octal 104 41 254 74 121 0 41 377 104 50
Binary 1000100 100001 10101100 111100 1010001 0 100001 11111111 1000100 101000

Color Harmonies of #4421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4421AC

Black with #4421AC

Text Example


Text Example

White with #4421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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