Shades of Blue Gem #461F9A
Tints of Blue Gem #461F9A
RGB
CMYK
RGB Variations
Color information
#461F9A (or 0x461F9A) is known color: Blue Gem. HEX triplet: 46, 1F and 9A. RGB value is (70,31,154). Sum of RGB (Red+Green+Blue) = 70+31+154=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #461F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461F9A is #B9E065. Grayscale: #383838. Windows color (decimal): -12181606 or 10100550. OLE color: 10100550.
HSL color Cylindrical-coordinate representation of color #461F9A: hue angle of 259.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461F9A is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 31 | 154 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.40 |
| HSL | 259.02º | 0.66% | 0.36% | - |
| HSV(B) | 259.02º | 0.8% | 0.6% | - |
| XYZ | 8.85 | 4.62 | 31 | - |
| YUV | 56.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 154 | 0.55 | 0.80 | 0 | 0.40 | 259.02 | 0.66 | 0.36 |
| Hex | 46 | 1F | 9A | 37 | 50 | 0 | 28 | 103 | 42 | 24 |
| Octal | 106 | 37 | 232 | 67 | 120 | 0 | 50 | 403 | 102 | 44 |
| Binary | 1000110 | 11111 | 10011010 | 110111 | 1010000 | 0 | 101000 | 100000011 | 1000010 | 100100 |
Color Harmonies of #461F9A
Complementary color
Monochromatic Colors of #461F9A
Black with #461F9A
Text Example
Text Example
White with #461F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F9A; }
p { color: rgb(70,31,154); }
H1.HeaderClassName
{
color: #461F9A;
}
.AnyTagClassName
{
color: #461F9A;
}
</style>
background-color css
<style>
a { background-color: #461F9A; }
a { background-color: rgb(70,31,154); }
div.DivClassName
{
background-color: #461F9A;
}
.BgClassName
{
background-color: #461F9A;
}
</style>
border-color css
<style>
span { border-color: #461F9A; }
span { border-color: rgb(70,31,154); }
td.TdClassName
{
border-color: #461F9A;
}
.TagClassName
{
border-color: #461F9A;
}
</style>