#4228A2

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

Shades of Blue Gem #4228A2

Tints of Blue Gem #4228A2

Color information

#4228A2 (or 0x4228A2) is unknown color: approx Blue Gem. HEX triplet: 42, 28 and A2. RGB value is (66,40,162). Sum of RGB (Red+Green+Blue) = 66+40+162=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 40 (16.02% from 255 or 14.93% 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 #4228A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4228A2 is #BDD75D. Grayscale: #3D3D3D. Windows color (decimal): -12441438 or 10627138. OLE color: 10627138.

HSL color Cylindrical-coordinate representation of color #4228A2: hue angle of 252.79º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4228A2 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6640162-
CMYK0.590.7500.36
HSL252.79º60.4%39.61%-
HSV(B)252.79º75.31%63.53%-
XYZ9.535.2834.7-
YUV61.68184.61131.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 162 (63.67% from 255) = 60.45%
R=24.63%
G=14.93%
B=60.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66401620.590.7500.36252.7960.439.61
Hex4228A23B4B024fd3c28
Octal10250242731130443757450
Binary1000010101000101000101110111001011010010011111101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4228A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,40,162); }

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

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

 a { background-color: rgb(66,40,162); }

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

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

 span { border-color: rgb(66,40,162); }

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