#4226AD

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

Shades of Blue Gem #4226AD

Tints of Blue Gem #4226AD

Color information

#4226AD (or 0x4226AD) is unknown color: approx Blue Gem. HEX triplet: 42, 26 and AD. RGB value is (66,38,173). Sum of RGB (Red+Green+Blue) = 66+38+173=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #4226AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4226AD is #BDD952. Grayscale: #3D3D3D. Windows color (decimal): -12441939 or 11347522. OLE color: 11347522.

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

Color convert

RGB6638173-
CMYK0.620.7800.32
HSL252.44º63.98%41.37%-
HSV(B)252.44º78.03%67.84%-
XYZ10.485.5640.06-
YUV61.76190.78131.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 173 (67.97% from 255) = 62.45%
R=23.83%
G=13.72%
B=62.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66381730.620.7800.32252.4463.9841.37
Hex4226AD3E4E020fc4029
Octal102462557611604037410051
Binary10000101001101010110111111010011100100000111111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4226AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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