Shades of Blue Diamond #46276C
Tints of Blue Diamond #46276C
RGB
CMYK
RGB Variations
Color information
#46276C (or 0x46276C) is known color: Blue Diamond. HEX triplet: 46, 27 and 6C. RGB value is (70,39,108). Sum of RGB (Red+Green+Blue) = 70+39+108=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #46276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46276C is #B9D893. Grayscale: #373737. Windows color (decimal): -12179604 or 7087942. OLE color: 7087942.
HSL color Cylindrical-coordinate representation of color #46276C: hue angle of 266.96º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46276C is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 39 | 108 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.58 |
| HSL | 266.96º | 0.47% | 0.29% | - |
| HSV(B) | 266.96º | 0.64% | 0.42% | - |
| XYZ | 5.96 | 3.84 | 14.61 | - |
| YUV | 56.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 108 | 0.35 | 0.64 | 0 | 0.58 | 266.96 | 0.47 | 0.29 |
| Hex | 46 | 27 | 6C | 23 | 40 | 0 | 3A | 10B | 2F | 1D |
| Octal | 106 | 47 | 154 | 43 | 100 | 0 | 72 | 413 | 57 | 35 |
| Binary | 1000110 | 100111 | 1101100 | 100011 | 1000000 | 0 | 111010 | 100001011 | 101111 | 11101 |
Color Harmonies of #46276C
Complementary color
Monochromatic Colors of #46276C
Black with #46276C
Text Example
Text Example
White with #46276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46276C; }
p { color: rgb(70,39,108); }
H1.HeaderClassName
{
color: #46276C;
}
.AnyTagClassName
{
color: #46276C;
}
</style>
background-color css
<style>
a { background-color: #46276C; }
a { background-color: rgb(70,39,108); }
div.DivClassName
{
background-color: #46276C;
}
.BgClassName
{
background-color: #46276C;
}
</style>
border-color css
<style>
span { border-color: #46276C; }
span { border-color: rgb(70,39,108); }
td.TdClassName
{
border-color: #46276C;
}
.TagClassName
{
border-color: #46276C;
}
</style>