Shades of Blue Gem #461EA4
Tints of Blue Gem #461EA4
RGB
CMYK
RGB Variations
Color information
#461EA4 (or 0x461EA4) is known color: Blue Gem. HEX triplet: 46, 1E and A4. RGB value is (70,30,164). Sum of RGB (Red+Green+Blue) = 70+30+164=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #461EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EA4 is #B9E15B. Grayscale: #383838. Windows color (decimal): -12181852 or 10755654. OLE color: 10755654.
HSL color Cylindrical-coordinate representation of color #461EA4: hue angle of 257.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461EA4 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 30 | 164 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.36 |
| HSL | 257.91º | 0.69% | 0.38% | - |
| HSV(B) | 257.91º | 0.82% | 0.64% | - |
| XYZ | 9.69 | 4.91 | 35.56 | - |
| YUV | 57.24 | 188.25 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 164 | 0.57 | 0.82 | 0 | 0.36 | 257.91 | 0.69 | 0.38 |
| Hex | 46 | 1E | A4 | 39 | 52 | 0 | 24 | 102 | 45 | 26 |
| Octal | 106 | 36 | 244 | 71 | 122 | 0 | 44 | 402 | 105 | 46 |
| Binary | 1000110 | 11110 | 10100100 | 111001 | 1010010 | 0 | 100100 | 100000010 | 1000101 | 100110 |
Color Harmonies of #461EA4
Complementary color
Monochromatic Colors of #461EA4
Black with #461EA4
Text Example
Text Example
White with #461EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EA4; }
p { color: rgb(70,30,164); }
H1.HeaderClassName
{
color: #461EA4;
}
.AnyTagClassName
{
color: #461EA4;
}
</style>
background-color css
<style>
a { background-color: #461EA4; }
a { background-color: rgb(70,30,164); }
div.DivClassName
{
background-color: #461EA4;
}
.BgClassName
{
background-color: #461EA4;
}
</style>
border-color css
<style>
span { border-color: #461EA4; }
span { border-color: rgb(70,30,164); }
td.TdClassName
{
border-color: #461EA4;
}
.TagClassName
{
border-color: #461EA4;
}
</style>