Shades of Blue Diamond #461F76
Tints of Blue Diamond #461F76
RGB
CMYK
RGB Variations
Color information
#461F76 (or 0x461F76) is known color: Blue Diamond. HEX triplet: 46, 1F and 76. RGB value is (70,31,118). Sum of RGB (Red+Green+Blue) = 70+31+118=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #461F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F76 is #B9E089. Grayscale: #343434. Windows color (decimal): -12181642 or 7741254. OLE color: 7741254.
HSL color Cylindrical-coordinate representation of color #461F76: hue angle of 266.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461F76 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 31 | 118 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.54 |
| HSL | 266.9º | 0.58% | 0.29% | - |
| HSV(B) | 266.9º | 0.74% | 0.46% | - |
| XYZ | 6.29 | 3.59 | 17.5 | - |
| YUV | 52.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 118 | 0.41 | 0.74 | 0 | 0.54 | 266.9 | 0.58 | 0.29 |
| Hex | 46 | 1F | 76 | 29 | 4A | 0 | 36 | 10B | 3A | 1D |
| Octal | 106 | 37 | 166 | 51 | 112 | 0 | 66 | 413 | 72 | 35 |
| Binary | 1000110 | 11111 | 1110110 | 101001 | 1001010 | 0 | 110110 | 100001011 | 111010 | 11101 |
Color Harmonies of #461F76
Complementary color
Monochromatic Colors of #461F76
Black with #461F76
Text Example
Text Example
White with #461F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F76; }
p { color: rgb(70,31,118); }
H1.HeaderClassName
{
color: #461F76;
}
.AnyTagClassName
{
color: #461F76;
}
</style>
background-color css
<style>
a { background-color: #461F76; }
a { background-color: rgb(70,31,118); }
div.DivClassName
{
background-color: #461F76;
}
.BgClassName
{
background-color: #461F76;
}
</style>
border-color css
<style>
span { border-color: #461F76; }
span { border-color: rgb(70,31,118); }
td.TdClassName
{
border-color: #461F76;
}
.TagClassName
{
border-color: #461F76;
}
</style>