Shades of Blue Diamond #46276F
Tints of Blue Diamond #46276F
RGB
CMYK
RGB Variations
Color information
#46276F (or 0x46276F) is known color: Blue Diamond. HEX triplet: 46, 27 and 6F. RGB value is (70,39,111). Sum of RGB (Red+Green+Blue) = 70+39+111=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #46276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46276F is #B9D890. Grayscale: #383838. Windows color (decimal): -12179601 or 7284550. OLE color: 7284550.
HSL color Cylindrical-coordinate representation of color #46276F: hue angle of 265.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46276F is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 39 | 111 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.56 |
| HSL | 265.83º | 0.48% | 0.29% | - |
| HSV(B) | 265.83º | 0.65% | 0.44% | - |
| XYZ | 6.12 | 3.9 | 15.47 | - |
| YUV | 56.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 111 | 0.37 | 0.65 | 0 | 0.56 | 265.83 | 0.48 | 0.29 |
| Hex | 46 | 27 | 6F | 25 | 41 | 0 | 38 | 10A | 30 | 1D |
| Octal | 106 | 47 | 157 | 45 | 101 | 0 | 70 | 412 | 60 | 35 |
| Binary | 1000110 | 100111 | 1101111 | 100101 | 1000001 | 0 | 111000 | 100001010 | 110000 | 11101 |
Color Harmonies of #46276F
Complementary color
Monochromatic Colors of #46276F
Black with #46276F
Text Example
Text Example
White with #46276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46276F; }
p { color: rgb(70,39,111); }
H1.HeaderClassName
{
color: #46276F;
}
.AnyTagClassName
{
color: #46276F;
}
</style>
background-color css
<style>
a { background-color: #46276F; }
a { background-color: rgb(70,39,111); }
div.DivClassName
{
background-color: #46276F;
}
.BgClassName
{
background-color: #46276F;
}
</style>
border-color css
<style>
span { border-color: #46276F; }
span { border-color: rgb(70,39,111); }
td.TdClassName
{
border-color: #46276F;
}
.TagClassName
{
border-color: #46276F;
}
</style>