Shades of Blue Gem #462FA0
Tints of Blue Gem #462FA0
RGB
CMYK
RGB Variations
Color information
#462FA0 (or 0x462FA0) is known color: Blue Gem. HEX triplet: 46, 2F and A0. RGB value is (70,47,160). Sum of RGB (Red+Green+Blue) = 70+47+160=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #462FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462FA0 is #B9D05F. Grayscale: #424242. Windows color (decimal): -12177504 or 10497862. OLE color: 10497862.
HSL color Cylindrical-coordinate representation of color #462FA0: hue angle of 252.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462FA0 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 47 | 160 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.37 |
| HSL | 252.21º | 0.55% | 0.41% | - |
| HSV(B) | 252.21º | 0.71% | 0.63% | - |
| XYZ | 9.89 | 5.87 | 33.87 | - |
| YUV | 66.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 160 | 0.56 | 0.71 | 0 | 0.37 | 252.21 | 0.55 | 0.41 |
| Hex | 46 | 2F | A0 | 38 | 47 | 0 | 25 | FC | 37 | 29 |
| Octal | 106 | 57 | 240 | 70 | 107 | 0 | 45 | 374 | 67 | 51 |
| Binary | 1000110 | 101111 | 10100000 | 111000 | 1000111 | 0 | 100101 | 11111100 | 110111 | 101001 |
Color Harmonies of #462FA0
Complementary color
Monochromatic Colors of #462FA0
Black with #462FA0
Text Example
Text Example
White with #462FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FA0; }
p { color: rgb(70,47,160); }
H1.HeaderClassName
{
color: #462FA0;
}
.AnyTagClassName
{
color: #462FA0;
}
</style>
background-color css
<style>
a { background-color: #462FA0; }
a { background-color: rgb(70,47,160); }
div.DivClassName
{
background-color: #462FA0;
}
.BgClassName
{
background-color: #462FA0;
}
</style>
border-color css
<style>
span { border-color: #462FA0; }
span { border-color: rgb(70,47,160); }
td.TdClassName
{
border-color: #462FA0;
}
.TagClassName
{
border-color: #462FA0;
}
</style>