Shades of Blue Gem #462B8F
Tints of Blue Gem #462B8F
RGB
CMYK
RGB Variations
Color information
#462B8F (or 0x462B8F) is known color: Blue Gem. HEX triplet: 46, 2B and 8F. RGB value is (70,43,143). Sum of RGB (Red+Green+Blue) = 70+43+143=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #462B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B8F is #B9D470. Grayscale: #3E3E3E. Windows color (decimal): -12178545 or 9382726. OLE color: 9382726.
HSL color Cylindrical-coordinate representation of color #462B8F: hue angle of 256.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462B8F is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 43 | 143 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.44 |
| HSL | 256.2º | 0.54% | 0.36% | - |
| HSV(B) | 256.2º | 0.7% | 0.56% | - |
| XYZ | 8.35 | 5.01 | 26.51 | - |
| YUV | 62.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 143 | 0.51 | 0.70 | 0 | 0.44 | 256.2 | 0.54 | 0.36 |
| Hex | 46 | 2B | 8F | 33 | 46 | 0 | 2C | 100 | 36 | 24 |
| Octal | 106 | 53 | 217 | 63 | 106 | 0 | 54 | 400 | 66 | 44 |
| Binary | 1000110 | 101011 | 10001111 | 110011 | 1000110 | 0 | 101100 | 100000000 | 110110 | 100100 |
Color Harmonies of #462B8F
Complementary color
Monochromatic Colors of #462B8F
Black with #462B8F
Text Example
Text Example
White with #462B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B8F; }
p { color: rgb(70,43,143); }
H1.HeaderClassName
{
color: #462B8F;
}
.AnyTagClassName
{
color: #462B8F;
}
</style>
background-color css
<style>
a { background-color: #462B8F; }
a { background-color: rgb(70,43,143); }
div.DivClassName
{
background-color: #462B8F;
}
.BgClassName
{
background-color: #462B8F;
}
</style>
border-color css
<style>
span { border-color: #462B8F; }
span { border-color: rgb(70,43,143); }
td.TdClassName
{
border-color: #462B8F;
}
.TagClassName
{
border-color: #462B8F;
}
</style>