#4226AC

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

Shades of Blue Gem #4226AC

Tints of Blue Gem #4226AC

Color information

#4226AC (or 0x4226AC) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and AC. RGB value is (66,38,172). Sum of RGB (Red+Green+Blue) = 66+38+172=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #4226AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4226AC is #BDD953. Grayscale: #3D3D3D. Windows color (decimal): -12441940 or 11281986. OLE color: 11281986.

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

Color convert

RGB6638172-
CMYK0.620.7800.33
HSL252.54º63.81%41.18%-
HSV(B)252.54º77.91%67.45%-
XYZ10.395.5239.55-
YUV61.65190.28131.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 172 (67.58% from 255) = 62.32%
R=23.91%
G=13.77%
B=62.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66381720.620.7800.33252.5463.8141.18
Hex4226AC3E4E021fd4029
Octal102462547611604137510051
Binary10000101001101010110011111010011100100001111111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4226AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4226AC; }

 p { color: rgb(66,38,172); }

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

<style>
 a { background-color: #4226AC; }

 a { background-color: rgb(66,38,172); }

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

<style>
 span { border-color: #4226AC; }

 span { border-color: rgb(66,38,172); }

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