Shades of Blue Gem #4425A2
Tints of Blue Gem #4425A2
RGB
CMYK
RGB Variations
Color information
#4425A2 (or 0x4425A2) is known color: Blue Gem. HEX triplet: 44, 25 and A2. RGB value is (68,37,162). Sum of RGB (Red+Green+Blue) = 68+37+162=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #4425A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4425A2 is #BBDA5D. Grayscale: #3C3C3C. Windows color (decimal): -12311134 or 10626372. OLE color: 10626372.
HSL color Cylindrical-coordinate representation of color #4425A2: hue angle of 254.88º degrees, saturation: 0.63, 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 #4425A2 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 37 | 162 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.36 |
| HSL | 254.88º | 0.63% | 0.39% | - |
| HSV(B) | 254.88º | 0.77% | 0.64% | - |
| XYZ | 9.57 | 5.16 | 34.67 | - |
| YUV | 60.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 162 | 0.58 | 0.77 | 0 | 0.36 | 254.88 | 0.63 | 0.39 |
| Hex | 44 | 25 | A2 | 3A | 4D | 0 | 24 | FF | 3F | 27 |
| Octal | 104 | 45 | 242 | 72 | 115 | 0 | 44 | 377 | 77 | 47 |
| Binary | 1000100 | 100101 | 10100010 | 111010 | 1001101 | 0 | 100100 | 11111111 | 111111 | 100111 |
Color Harmonies of #4425A2
Complementary color
Monochromatic Colors of #4425A2
Black with #4425A2
Text Example
Text Example
White with #4425A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4425A2; }
p { color: rgb(68,37,162); }
H1.HeaderClassName
{
color: #4425A2;
}
.AnyTagClassName
{
color: #4425A2;
}
</style>
background-color css
<style>
a { background-color: #4425A2; }
a { background-color: rgb(68,37,162); }
div.DivClassName
{
background-color: #4425A2;
}
.BgClassName
{
background-color: #4425A2;
}
</style>
border-color css
<style>
span { border-color: #4425A2; }
span { border-color: rgb(68,37,162); }
td.TdClassName
{
border-color: #4425A2;
}
.TagClassName
{
border-color: #4425A2;
}
</style>