#4426A2

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

Shades of Blue Gem #4426A2

Tints of Blue Gem #4426A2

Color information

#4426A2 (or 0x4426A2) is unknown color: approx Blue Gem. HEX triplet: 44, 26 and A2. RGB value is (68,38,162). Sum of RGB (Red+Green+Blue) = 68+38+162=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 162 (63.67% from 255 or 60.45% from 268); Max value from RGB is 162 - color contains mainly: blue. Hex color #4426A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4426A2 is #BBD95D. Grayscale: #3C3C3C. Windows color (decimal): -12310878 or 10626628. OLE color: 10626628.

HSL color Cylindrical-coordinate representation of color #4426A2: hue angle of 254.52º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4426A2 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6838162-
CMYK0.580.7700.36
HSL254.52º62%39.22%-
HSV(B)254.52º76.54%63.53%-
XYZ9.65.2234.68-
YUV61.11184.94132.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 162 (63.67% from 255) = 60.45%
R=25.37%
G=14.18%
B=60.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68381620.580.7700.36254.526239.22
Hex4426A23A4D024ff3e27
Octal10446242721150443777647
Binary1000100100110101000101110101001101010010011111111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4426A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,38,162); }

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

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

 a { background-color: rgb(68,38,162); }

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

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

 span { border-color: rgb(68,38,162); }

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