Shades of Blue Gem #462C9D
Tints of Blue Gem #462C9D
RGB
CMYK
RGB Variations
Color information
#462C9D (or 0x462C9D) is known color: Blue Gem. HEX triplet: 46, 2C and 9D. RGB value is (70,44,157). Sum of RGB (Red+Green+Blue) = 70+44+157=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #462C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C9D is #B9D362. Grayscale: #404040. Windows color (decimal): -12178275 or 10300486. OLE color: 10300486.
HSL color Cylindrical-coordinate representation of color #462C9D: hue angle of 253.81º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462C9D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 44 | 157 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.38 |
| HSL | 253.81º | 0.56% | 0.39% | - |
| HSV(B) | 253.81º | 0.72% | 0.62% | - |
| XYZ | 9.51 | 5.54 | 32.47 | - |
| YUV | 64.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 157 | 0.55 | 0.72 | 0 | 0.38 | 253.81 | 0.56 | 0.39 |
| Hex | 46 | 2C | 9D | 37 | 48 | 0 | 26 | FE | 38 | 27 |
| Octal | 106 | 54 | 235 | 67 | 110 | 0 | 46 | 376 | 70 | 47 |
| Binary | 1000110 | 101100 | 10011101 | 110111 | 1001000 | 0 | 100110 | 11111110 | 111000 | 100111 |
Color Harmonies of #462C9D
Complementary color
Monochromatic Colors of #462C9D
Black with #462C9D
Text Example
Text Example
White with #462C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C9D; }
p { color: rgb(70,44,157); }
H1.HeaderClassName
{
color: #462C9D;
}
.AnyTagClassName
{
color: #462C9D;
}
</style>
background-color css
<style>
a { background-color: #462C9D; }
a { background-color: rgb(70,44,157); }
div.DivClassName
{
background-color: #462C9D;
}
.BgClassName
{
background-color: #462C9D;
}
</style>
border-color css
<style>
span { border-color: #462C9D; }
span { border-color: rgb(70,44,157); }
td.TdClassName
{
border-color: #462C9D;
}
.TagClassName
{
border-color: #462C9D;
}
</style>