Shades of Blue Gem #461FA4
Tints of Blue Gem #461FA4
RGB
CMYK
RGB Variations
Color information
#461FA4 (or 0x461FA4) is known color: Blue Gem. HEX triplet: 46, 1F and A4. RGB value is (70,31,164). Sum of RGB (Red+Green+Blue) = 70+31+164=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #461FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461FA4 is #B9E05B. Grayscale: #393939. Windows color (decimal): -12181596 or 10755910. OLE color: 10755910.
HSL color Cylindrical-coordinate representation of color #461FA4: hue angle of 257.59º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461FA4 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 31 | 164 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.36 |
| HSL | 257.59º | 0.68% | 0.38% | - |
| HSV(B) | 257.59º | 0.81% | 0.64% | - |
| XYZ | 9.72 | 4.96 | 35.57 | - |
| YUV | 57.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 164 | 0.57 | 0.81 | 0 | 0.36 | 257.59 | 0.68 | 0.38 |
| Hex | 46 | 1F | A4 | 39 | 51 | 0 | 24 | 102 | 44 | 26 |
| Octal | 106 | 37 | 244 | 71 | 121 | 0 | 44 | 402 | 104 | 46 |
| Binary | 1000110 | 11111 | 10100100 | 111001 | 1010001 | 0 | 100100 | 100000010 | 1000100 | 100110 |
Color Harmonies of #461FA4
Complementary color
Monochromatic Colors of #461FA4
Black with #461FA4
Text Example
Text Example
White with #461FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FA4; }
p { color: rgb(70,31,164); }
H1.HeaderClassName
{
color: #461FA4;
}
.AnyTagClassName
{
color: #461FA4;
}
</style>
background-color css
<style>
a { background-color: #461FA4; }
a { background-color: rgb(70,31,164); }
div.DivClassName
{
background-color: #461FA4;
}
.BgClassName
{
background-color: #461FA4;
}
</style>
border-color css
<style>
span { border-color: #461FA4; }
span { border-color: rgb(70,31,164); }
td.TdClassName
{
border-color: #461FA4;
}
.TagClassName
{
border-color: #461FA4;
}
</style>