Shades of Blue Diamond #461E6D
Tints of Blue Diamond #461E6D
RGB
CMYK
RGB Variations
Color information
#461E6D (or 0x461E6D) is known color: Blue Diamond. HEX triplet: 46, 1E and 6D. RGB value is (70,30,109). Sum of RGB (Red+Green+Blue) = 70+30+109=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #461E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E6D is #B9E192. Grayscale: #323232. Windows color (decimal): -12181907 or 7151174. OLE color: 7151174.
HSL color Cylindrical-coordinate representation of color #461E6D: hue angle of 270.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461E6D is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 30 | 109 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.57 |
| HSL | 270.38º | 0.57% | 0.27% | - |
| HSV(B) | 270.38º | 0.72% | 0.43% | - |
| XYZ | 5.75 | 3.33 | 14.81 | - |
| YUV | 50.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 109 | 0.36 | 0.72 | 0 | 0.57 | 270.38 | 0.57 | 0.27 |
| Hex | 46 | 1E | 6D | 24 | 48 | 0 | 39 | 10E | 39 | 1B |
| Octal | 106 | 36 | 155 | 44 | 110 | 0 | 71 | 416 | 71 | 33 |
| Binary | 1000110 | 11110 | 1101101 | 100100 | 1001000 | 0 | 111001 | 100001110 | 111001 | 11011 |
Color Harmonies of #461E6D
Complementary color
Monochromatic Colors of #461E6D
Black with #461E6D
Text Example
Text Example
White with #461E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E6D; }
p { color: rgb(70,30,109); }
H1.HeaderClassName
{
color: #461E6D;
}
.AnyTagClassName
{
color: #461E6D;
}
</style>
background-color css
<style>
a { background-color: #461E6D; }
a { background-color: rgb(70,30,109); }
div.DivClassName
{
background-color: #461E6D;
}
.BgClassName
{
background-color: #461E6D;
}
</style>
border-color css
<style>
span { border-color: #461E6D; }
span { border-color: rgb(70,30,109); }
td.TdClassName
{
border-color: #461E6D;
}
.TagClassName
{
border-color: #461E6D;
}
</style>