Shades of Blue Gem #462C8B
Tints of Blue Gem #462C8B
RGB
CMYK
RGB Variations
Color information
#462C8B (or 0x462C8B) is known color: Blue Gem. HEX triplet: 46, 2C and 8B. RGB value is (70,44,139). Sum of RGB (Red+Green+Blue) = 70+44+139=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #462C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C8B is #B9D374. Grayscale: #3E3E3E. Windows color (decimal): -12178293 or 9120838. OLE color: 9120838.
HSL color Cylindrical-coordinate representation of color #462C8B: hue angle of 256.42º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462C8B is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 44 | 139 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.45 |
| HSL | 256.42º | 0.52% | 0.36% | - |
| HSV(B) | 256.42º | 0.68% | 0.55% | - |
| XYZ | 8.09 | 4.97 | 24.96 | - |
| YUV | 62.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 139 | 0.50 | 0.68 | 0 | 0.45 | 256.42 | 0.52 | 0.36 |
| Hex | 46 | 2C | 8B | 32 | 44 | 0 | 2D | 100 | 34 | 24 |
| Octal | 106 | 54 | 213 | 62 | 104 | 0 | 55 | 400 | 64 | 44 |
| Binary | 1000110 | 101100 | 10001011 | 110010 | 1000100 | 0 | 101101 | 100000000 | 110100 | 100100 |
Color Harmonies of #462C8B
Complementary color
Monochromatic Colors of #462C8B
Black with #462C8B
Text Example
Text Example
White with #462C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C8B; }
p { color: rgb(70,44,139); }
H1.HeaderClassName
{
color: #462C8B;
}
.AnyTagClassName
{
color: #462C8B;
}
</style>
background-color css
<style>
a { background-color: #462C8B; }
a { background-color: rgb(70,44,139); }
div.DivClassName
{
background-color: #462C8B;
}
.BgClassName
{
background-color: #462C8B;
}
</style>
border-color css
<style>
span { border-color: #462C8B; }
span { border-color: rgb(70,44,139); }
td.TdClassName
{
border-color: #462C8B;
}
.TagClassName
{
border-color: #462C8B;
}
</style>