#4428AB

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

Shades of Blue Gem #4428AB

Tints of Blue Gem #4428AB

Color information

#4428AB (or 0x4428AB) is unknown color: approx Blue Gem. HEX triplet: 44, 28 and AB. RGB value is (68,40,171). Sum of RGB (Red+Green+Blue) = 68+40+171=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4428AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4428AB is #BBD754. Grayscale: #3E3E3E. Windows color (decimal): -12310357 or 11216964. OLE color: 11216964.

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

Color convert

RGB6840171-
CMYK0.600.7700.33
HSL252.82º62.09%41.37%-
HSV(B)252.82º76.61%67.06%-
XYZ10.495.6939.07-
YUV63.31188.78131.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=24.37%
G=14.34%
B=61.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68401710.600.7700.33252.8262.0941.37
Hex4428AB3C4D021fd3e29
Octal10450253741150413757651
Binary1000100101000101010111111001001101010000111111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4428AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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