#4429AB

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

Shades of Blue Gem #4429AB

Tints of Blue Gem #4429AB

Color information

#4429AB (or 0x4429AB) is unknown color: approx Blue Gem. HEX triplet: 44, 29 and AB. RGB value is (68,41,171). Sum of RGB (Red+Green+Blue) = 68+41+171=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4429AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4429AB is #BBD654. Grayscale: #3F3F3F. Windows color (decimal): -12310101 or 11217220. OLE color: 11217220.

HSL color Cylindrical-coordinate representation of color #4429AB: hue angle of 252.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4429AB is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6841171-
CMYK0.600.7600.33
HSL252.46º61.32%41.57%-
HSV(B)252.46º76.02%67.06%-
XYZ10.535.7639.08-
YUV63.89188.45130.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=24.29%
G=14.64%
B=61.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68411710.600.7600.33252.4661.3241.57
Hex4429AB3C4C021fc3d2a
Octal10451253741140413747552
Binary1000100101001101010111111001001100010000111111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4429AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,41,171); }

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

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

 a { background-color: rgb(68,41,171); }

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

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

 span { border-color: rgb(68,41,171); }

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