Shades of Blue Gem #462899
Tints of Blue Gem #462899
RGB
CMYK
RGB Variations
Color information
#462899 (or 0x462899) is known color: Blue Gem. HEX triplet: 46, 28 and 99. RGB value is (70,40,153). Sum of RGB (Red+Green+Blue) = 70+40+153=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #462899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462899 is #B9D766. Grayscale: #3D3D3D. Windows color (decimal): -12179303 or 10037318. OLE color: 10037318.
HSL color Cylindrical-coordinate representation of color #462899: hue angle of 255.93º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462899 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 40 | 153 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.4 |
| HSL | 255.93º | 0.59% | 0.38% | - |
| HSV(B) | 255.93º | 0.74% | 0.6% | - |
| XYZ | 9.03 | 5.12 | 30.65 | - |
| YUV | 61.85 | 179.44 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 153 | 0.54 | 0.74 | 0 | 0.4 | 255.93 | 0.59 | 0.38 |
| Hex | 46 | 28 | 99 | 36 | 4A | 0 | 28 | 100 | 3B | 26 |
| Octal | 106 | 50 | 231 | 66 | 112 | 0 | 50 | 400 | 73 | 46 |
| Binary | 1000110 | 101000 | 10011001 | 110110 | 1001010 | 0 | 101000 | 100000000 | 111011 | 100110 |
Color Harmonies of #462899
Complementary color
Monochromatic Colors of #462899
Black with #462899
Text Example
Text Example
White with #462899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462899; }
p { color: rgb(70,40,153); }
H1.HeaderClassName
{
color: #462899;
}
.AnyTagClassName
{
color: #462899;
}
</style>
background-color css
<style>
a { background-color: #462899; }
a { background-color: rgb(70,40,153); }
div.DivClassName
{
background-color: #462899;
}
.BgClassName
{
background-color: #462899;
}
</style>
border-color css
<style>
span { border-color: #462899; }
span { border-color: rgb(70,40,153); }
td.TdClassName
{
border-color: #462899;
}
.TagClassName
{
border-color: #462899;
}
</style>