Shades of Blue Diamond #461F66
Tints of Blue Diamond #461F66
RGB
CMYK
RGB Variations
Color information
#461F66 (or 0x461F66) is known color: Blue Diamond. HEX triplet: 46, 1F and 66. RGB value is (70,31,102). Sum of RGB (Red+Green+Blue) = 70+31+102=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #461F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F66 is #B9E099. Grayscale: #323232. Windows color (decimal): -12181658 or 6692678. OLE color: 6692678.
HSL color Cylindrical-coordinate representation of color #461F66: hue angle of 272.96º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461F66 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 31 | 102 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.6 |
| HSL | 272.96º | 0.53% | 0.26% | - |
| HSV(B) | 272.96º | 0.7% | 0.4% | - |
| XYZ | 5.41 | 3.24 | 12.91 | - |
| YUV | 50.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 102 | 0.31 | 0.70 | 0 | 0.6 | 272.96 | 0.53 | 0.26 |
| Hex | 46 | 1F | 66 | 1F | 46 | 0 | 3C | 111 | 35 | 1A |
| Octal | 106 | 37 | 146 | 37 | 106 | 0 | 74 | 421 | 65 | 32 |
| Binary | 1000110 | 11111 | 1100110 | 11111 | 1000110 | 0 | 111100 | 100010001 | 110101 | 11010 |
Color Harmonies of #461F66
Complementary color
Monochromatic Colors of #461F66
Black with #461F66
Text Example
Text Example
White with #461F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F66; }
p { color: rgb(70,31,102); }
H1.HeaderClassName
{
color: #461F66;
}
.AnyTagClassName
{
color: #461F66;
}
</style>
background-color css
<style>
a { background-color: #461F66; }
a { background-color: rgb(70,31,102); }
div.DivClassName
{
background-color: #461F66;
}
.BgClassName
{
background-color: #461F66;
}
</style>
border-color css
<style>
span { border-color: #461F66; }
span { border-color: rgb(70,31,102); }
td.TdClassName
{
border-color: #461F66;
}
.TagClassName
{
border-color: #461F66;
}
</style>