Shades of Blue Diamond #461775
Tints of Blue Diamond #461775
RGB
CMYK
RGB Variations
Color information
#461775 (or 0x461775) is known color: Blue Diamond. HEX triplet: 46, 17 and 75. RGB value is (70,23,117). Sum of RGB (Red+Green+Blue) = 70+23+117=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #461775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461775 is #B9E88A. Grayscale: #2F2F2F. Windows color (decimal): -12183691 or 7673670. OLE color: 7673670.
HSL color Cylindrical-coordinate representation of color #461775: hue angle of 270º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461775 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 23 | 117 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.54 |
| HSL | 270º | 0.67% | 0.27% | - |
| HSV(B) | 270º | 0.8% | 0.46% | - |
| XYZ | 6.04 | 3.2 | 17.13 | - |
| YUV | 47.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 117 | 0.40 | 0.80 | 0 | 0.54 | 270 | 0.67 | 0.27 |
| Hex | 46 | 17 | 75 | 28 | 50 | 0 | 36 | 10E | 43 | 1B |
| Octal | 106 | 27 | 165 | 50 | 120 | 0 | 66 | 416 | 103 | 33 |
| Binary | 1000110 | 10111 | 1110101 | 101000 | 1010000 | 0 | 110110 | 100001110 | 1000011 | 11011 |
Color Harmonies of #461775
Complementary color
Monochromatic Colors of #461775
Black with #461775
Text Example
Text Example
White with #461775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461775; }
p { color: rgb(70,23,117); }
H1.HeaderClassName
{
color: #461775;
}
.AnyTagClassName
{
color: #461775;
}
</style>
background-color css
<style>
a { background-color: #461775; }
a { background-color: rgb(70,23,117); }
div.DivClassName
{
background-color: #461775;
}
.BgClassName
{
background-color: #461775;
}
</style>
border-color css
<style>
span { border-color: #461775; }
span { border-color: rgb(70,23,117); }
td.TdClassName
{
border-color: #461775;
}
.TagClassName
{
border-color: #461775;
}
</style>