Shades of Blue Diamond #461A6D
Tints of Blue Diamond #461A6D
RGB
CMYK
RGB Variations
Color information
#461A6D (or 0x461A6D) is known color: Blue Diamond. HEX triplet: 46, 1A and 6D. RGB value is (70,26,109). Sum of RGB (Red+Green+Blue) = 70+26+109=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #461A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A6D is #B9E592. Grayscale: #303030. Windows color (decimal): -12182931 or 7150150. OLE color: 7150150.
HSL color Cylindrical-coordinate representation of color #461A6D: hue angle of 271.81º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461A6D is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 26 | 109 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.57 |
| HSL | 271.81º | 0.61% | 0.26% | - |
| HSV(B) | 271.81º | 0.76% | 0.43% | - |
| XYZ | 5.66 | 3.15 | 14.78 | - |
| YUV | 48.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 109 | 0.36 | 0.76 | 0 | 0.57 | 271.81 | 0.61 | 0.26 |
| Hex | 46 | 1A | 6D | 24 | 4C | 0 | 39 | 110 | 3D | 1A |
| Octal | 106 | 32 | 155 | 44 | 114 | 0 | 71 | 420 | 75 | 32 |
| Binary | 1000110 | 11010 | 1101101 | 100100 | 1001100 | 0 | 111001 | 100010000 | 111101 | 11010 |
Color Harmonies of #461A6D
Complementary color
Monochromatic Colors of #461A6D
Black with #461A6D
Text Example
Text Example
White with #461A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A6D; }
p { color: rgb(70,26,109); }
H1.HeaderClassName
{
color: #461A6D;
}
.AnyTagClassName
{
color: #461A6D;
}
</style>
background-color css
<style>
a { background-color: #461A6D; }
a { background-color: rgb(70,26,109); }
div.DivClassName
{
background-color: #461A6D;
}
.BgClassName
{
background-color: #461A6D;
}
</style>
border-color css
<style>
span { border-color: #461A6D; }
span { border-color: rgb(70,26,109); }
td.TdClassName
{
border-color: #461A6D;
}
.TagClassName
{
border-color: #461A6D;
}
</style>