Html Css Color HEX #4220A2 Blue Gem

📋 copy color: '#4220A2'

red 66 ◦ green 32 ◦ blue 162

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

Shades of Blue Gem #4220A2

Tints of Blue Gem #4220A2

RGB

 RED value IS 66 (26.17% from 255) = 25.38%

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

 BLUE value IS 162 (63.67% from 255) = 62.31%

R = 25.38%
G = 12.31%
B = 62.31%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4220A2 (or 0x4220A2) is known color: Blue Gem. HEX triplet: 42, 20 and A2. RGB value is (66,32,162). Sum of RGB (Red+Green+Blue) = 66+32+162=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #4220A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4220A2 is #BDDF5D. Grayscale: #383838. Windows color (decimal): -12443486 or 10625090. OLE color: 10625090.

HSL color Cylindrical-coordinate representation of color #4220A2: hue angle of 255.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4220A2 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 32 162 -
CMYK 0.59 0.80 0 0.36
HSL 255.69º 0.67% 0.38% -
HSV(B) 255.69º 0.8% 0.64% -
XYZ 9.28 4.8 34.62 -
YUV 56.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 66 32 162 0.59 0.80 0 0.36 255.69 0.67 0.38
Hex 42 20 A2 3B 50 0 24 100 43 26
Octal 102 40 242 73 120 0 44 400 103 46
Binary 1000010 100000 10100010 111011 1010000 0 100100 100000000 1000011 100110

Color Harmonies of #4220A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4220A2

Black with #4220A2

Text Example


Text Example

White with #4220A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4220A2; }

 p { color: rgb(66,32,162); }

 H1.HeaderClassName
 {
   color: #4220A2;
 }
 .AnyTagClassName
 {
   color: #4220A2;
 }
</style>

background-color css

<style>
 a { background-color: #4220A2; }

 a { background-color: rgb(66,32,162); }

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

border-color css

<style>
 span { border-color: #4220A2; }

 span { border-color: rgb(66,32,162); }

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