#4222AB

Color #4222AB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4222AB

Tints of Blue Gem #4222AB

Color information

#4222AB (or 0x4222AB) is unknown color: approx Blue Gem. HEX triplet: 42, 22 and AB. RGB value is (66,34,171). Sum of RGB (Red+Green+Blue) = 66+34+171=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4222AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4222AB is #BDDD54. Grayscale: #3A3A3A. Windows color (decimal): -12442965 or 11215426. OLE color: 11215426.

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

Color convert

RGB6634171-
CMYK0.610.8000.33
HSL254.01º66.83%40.2%-
HSV(B)254.01º80.12%67.06%-
XYZ10.175.2439-
YUV59.19191.1132.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=24.35%
G=12.55%
B=63.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66341710.610.8000.33254.0166.8340.2
Hex4222AB3D50021fe4328
Octal102422537512004137610350
Binary10000101000101010101111110110100000100001111111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4222AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4222AB;
 }
 .AnyTagClassName
 {
   color: #4222AB;
 }
</style>
background-color css

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

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

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

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

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

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