Shades of Blue Gem #462C9E
Tints of Blue Gem #462C9E
RGB
CMYK
RGB Variations
Color information
#462C9E (or 0x462C9E) is known color: Blue Gem. HEX triplet: 46, 2C and 9E. RGB value is (70,44,158). Sum of RGB (Red+Green+Blue) = 70+44+158=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #462C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C9E is #B9D361. Grayscale: #404040. Windows color (decimal): -12178274 or 10366022. OLE color: 10366022.
HSL color Cylindrical-coordinate representation of color #462C9E: hue angle of 253.68º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462C9E is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 44 | 158 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.38 |
| HSL | 253.68º | 0.56% | 0.4% | - |
| HSV(B) | 253.68º | 0.72% | 0.62% | - |
| XYZ | 9.6 | 5.57 | 32.92 | - |
| YUV | 64.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 158 | 0.56 | 0.72 | 0 | 0.38 | 253.68 | 0.56 | 0.4 |
| Hex | 46 | 2C | 9E | 38 | 48 | 0 | 26 | FE | 38 | 28 |
| Octal | 106 | 54 | 236 | 70 | 110 | 0 | 46 | 376 | 70 | 50 |
| Binary | 1000110 | 101100 | 10011110 | 111000 | 1001000 | 0 | 100110 | 11111110 | 111000 | 101000 |
Color Harmonies of #462C9E
Complementary color
Monochromatic Colors of #462C9E
Black with #462C9E
Text Example
Text Example
White with #462C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C9E; }
p { color: rgb(70,44,158); }
H1.HeaderClassName
{
color: #462C9E;
}
.AnyTagClassName
{
color: #462C9E;
}
</style>
background-color css
<style>
a { background-color: #462C9E; }
a { background-color: rgb(70,44,158); }
div.DivClassName
{
background-color: #462C9E;
}
.BgClassName
{
background-color: #462C9E;
}
</style>
border-color css
<style>
span { border-color: #462C9E; }
span { border-color: rgb(70,44,158); }
td.TdClassName
{
border-color: #462C9E;
}
.TagClassName
{
border-color: #462C9E;
}
</style>