Html Css Color HEX #4022AB Blue Gem

📋 copy color: '#4022AB'

red 64 ◦ green 34 ◦ blue 171

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

Shades of Blue Gem #4022AB

Tints of Blue Gem #4022AB

RGB

 RED value IS 64 (25.39% from 255) = 23.79%

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

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

R = 23.79%
G = 12.64%
B = 63.57%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4022AB (or 0x4022AB) is known color: Blue Gem. HEX triplet: 40, 22 and AB. RGB value is (64,34,171). Sum of RGB (Red+Green+Blue) = 64+34+171=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #4022AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4022AB is #BFDD54. Grayscale: #3A3A3A. Windows color (decimal): -12574037 or 11215424. OLE color: 11215424.

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

Color convert

RGB 64 34 171 -
CMYK 0.63 0.80 0 0.33
HSL 253.14º 0.67% 0.4% -
HSV(B) 253.14º 0.8% 0.67% -
XYZ 10.04 5.17 39 -
YUV 58.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 64 34 171 0.63 0.80 0 0.33 253.14 0.67 0.4
Hex 40 22 AB 3F 50 0 21 FD 43 28
Octal 100 42 253 77 120 0 41 375 103 50
Binary 1000000 100010 10101011 111111 1010000 0 100001 11111101 1000011 101000

Color Harmonies of #4022AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4022AB

Black with #4022AB

Text Example


Text Example

White with #4022AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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