Shades of Blue Gem #462E8C
Tints of Blue Gem #462E8C
RGB
CMYK
RGB Variations
Color information
#462E8C (or 0x462E8C) is known color: Blue Gem. HEX triplet: 46, 2E and 8C. RGB value is (70,46,140). Sum of RGB (Red+Green+Blue) = 70+46+140=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #462E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E8C is #B9D173. Grayscale: #3F3F3F. Windows color (decimal): -12177780 or 9186886. OLE color: 9186886.
HSL color Cylindrical-coordinate representation of color #462E8C: hue angle of 255.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462E8C is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 46 | 140 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.45 |
| HSL | 255.32º | 0.51% | 0.36% | - |
| HSV(B) | 255.32º | 0.67% | 0.55% | - |
| XYZ | 8.24 | 5.15 | 25.37 | - |
| YUV | 63.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 140 | 0.50 | 0.67 | 0 | 0.45 | 255.32 | 0.51 | 0.36 |
| Hex | 46 | 2E | 8C | 32 | 43 | 0 | 2D | FF | 33 | 24 |
| Octal | 106 | 56 | 214 | 62 | 103 | 0 | 55 | 377 | 63 | 44 |
| Binary | 1000110 | 101110 | 10001100 | 110010 | 1000011 | 0 | 101101 | 11111111 | 110011 | 100100 |
Color Harmonies of #462E8C
Complementary color
Monochromatic Colors of #462E8C
Black with #462E8C
Text Example
Text Example
White with #462E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E8C; }
p { color: rgb(70,46,140); }
H1.HeaderClassName
{
color: #462E8C;
}
.AnyTagClassName
{
color: #462E8C;
}
</style>
background-color css
<style>
a { background-color: #462E8C; }
a { background-color: rgb(70,46,140); }
div.DivClassName
{
background-color: #462E8C;
}
.BgClassName
{
background-color: #462E8C;
}
</style>
border-color css
<style>
span { border-color: #462E8C; }
span { border-color: rgb(70,46,140); }
td.TdClassName
{
border-color: #462E8C;
}
.TagClassName
{
border-color: #462E8C;
}
</style>