Shades of Blue Gem #462B9E
Tints of Blue Gem #462B9E
RGB
CMYK
RGB Variations
Color information
#462B9E (or 0x462B9E) is known color: Blue Gem. HEX triplet: 46, 2B and 9E. RGB value is (70,43,158). Sum of RGB (Red+Green+Blue) = 70+43+158=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #462B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B9E is #B9D461. Grayscale: #3F3F3F. Windows color (decimal): -12178530 or 10365766. OLE color: 10365766.
HSL color Cylindrical-coordinate representation of color #462B9E: hue angle of 254.09º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462B9E is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 43 | 158 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.38 |
| HSL | 254.09º | 0.57% | 0.39% | - |
| HSV(B) | 254.09º | 0.73% | 0.62% | - |
| XYZ | 9.56 | 5.5 | 32.91 | - |
| YUV | 64.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 158 | 0.56 | 0.73 | 0 | 0.38 | 254.09 | 0.57 | 0.39 |
| Hex | 46 | 2B | 9E | 38 | 49 | 0 | 26 | FE | 39 | 27 |
| Octal | 106 | 53 | 236 | 70 | 111 | 0 | 46 | 376 | 71 | 47 |
| Binary | 1000110 | 101011 | 10011110 | 111000 | 1001001 | 0 | 100110 | 11111110 | 111001 | 100111 |
Color Harmonies of #462B9E
Complementary color
Monochromatic Colors of #462B9E
Black with #462B9E
Text Example
Text Example
White with #462B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B9E; }
p { color: rgb(70,43,158); }
H1.HeaderClassName
{
color: #462B9E;
}
.AnyTagClassName
{
color: #462B9E;
}
</style>
background-color css
<style>
a { background-color: #462B9E; }
a { background-color: rgb(70,43,158); }
div.DivClassName
{
background-color: #462B9E;
}
.BgClassName
{
background-color: #462B9E;
}
</style>
border-color css
<style>
span { border-color: #462B9E; }
span { border-color: rgb(70,43,158); }
td.TdClassName
{
border-color: #462B9E;
}
.TagClassName
{
border-color: #462B9E;
}
</style>