Shades of Blue Gem #462F90
Tints of Blue Gem #462F90
RGB
CMYK
RGB Variations
Color information
#462F90 (or 0x462F90) is known color: Blue Gem. HEX triplet: 46, 2F and 90. RGB value is (70,47,144). Sum of RGB (Red+Green+Blue) = 70+47+144=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #462F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F90 is #B9D06F. Grayscale: #404040. Windows color (decimal): -12177520 or 9449286. OLE color: 9449286.
HSL color Cylindrical-coordinate representation of color #462F90: hue angle of 254.23º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462F90 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 47 | 144 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.44 |
| HSL | 254.23º | 0.51% | 0.37% | - |
| HSV(B) | 254.23º | 0.67% | 0.56% | - |
| XYZ | 8.58 | 5.35 | 26.97 | - |
| YUV | 64.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 144 | 0.51 | 0.67 | 0 | 0.44 | 254.23 | 0.51 | 0.37 |
| Hex | 46 | 2F | 90 | 33 | 43 | 0 | 2C | FE | 33 | 25 |
| Octal | 106 | 57 | 220 | 63 | 103 | 0 | 54 | 376 | 63 | 45 |
| Binary | 1000110 | 101111 | 10010000 | 110011 | 1000011 | 0 | 101100 | 11111110 | 110011 | 100101 |
Color Harmonies of #462F90
Complementary color
Monochromatic Colors of #462F90
Black with #462F90
Text Example
Text Example
White with #462F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F90; }
p { color: rgb(70,47,144); }
H1.HeaderClassName
{
color: #462F90;
}
.AnyTagClassName
{
color: #462F90;
}
</style>
background-color css
<style>
a { background-color: #462F90; }
a { background-color: rgb(70,47,144); }
div.DivClassName
{
background-color: #462F90;
}
.BgClassName
{
background-color: #462F90;
}
</style>
border-color css
<style>
span { border-color: #462F90; }
span { border-color: rgb(70,47,144); }
td.TdClassName
{
border-color: #462F90;
}
.TagClassName
{
border-color: #462F90;
}
</style>