Shades of Blue Gem #442492
Tints of Blue Gem #442492
RGB
CMYK
RGB Variations
Color information
#442492 (or 0x442492) is known color: Blue Gem. HEX triplet: 44, 24 and 92. RGB value is (68,36,146). Sum of RGB (Red+Green+Blue) = 68+36+146=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #442492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442492 is #BBDB6D. Grayscale: #393939. Windows color (decimal): -12311406 or 9577540. OLE color: 9577540.
HSL color Cylindrical-coordinate representation of color #442492: hue angle of 257.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442492 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 36 | 146 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.43 |
| HSL | 257.45º | 0.6% | 0.36% | - |
| HSV(B) | 257.45º | 0.75% | 0.57% | - |
| XYZ | 8.2 | 4.57 | 27.64 | - |
| YUV | 58.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 146 | 0.53 | 0.75 | 0 | 0.43 | 257.45 | 0.6 | 0.36 |
| Hex | 44 | 24 | 92 | 35 | 4B | 0 | 2B | 101 | 3C | 24 |
| Octal | 104 | 44 | 222 | 65 | 113 | 0 | 53 | 401 | 74 | 44 |
| Binary | 1000100 | 100100 | 10010010 | 110101 | 1001011 | 0 | 101011 | 100000001 | 111100 | 100100 |
Color Harmonies of #442492
Complementary color
Monochromatic Colors of #442492
Black with #442492
Text Example
Text Example
White with #442492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442492; }
p { color: rgb(68,36,146); }
H1.HeaderClassName
{
color: #442492;
}
.AnyTagClassName
{
color: #442492;
}
</style>
background-color css
<style>
a { background-color: #442492; }
a { background-color: rgb(68,36,146); }
div.DivClassName
{
background-color: #442492;
}
.BgClassName
{
background-color: #442492;
}
</style>
border-color css
<style>
span { border-color: #442492; }
span { border-color: rgb(68,36,146); }
td.TdClassName
{
border-color: #442492;
}
.TagClassName
{
border-color: #442492;
}
</style>