Shades of Blue Diamond #463068
Tints of Blue Diamond #463068
RGB
CMYK
RGB Variations
Color information
#463068 (or 0x463068) is known color: Blue Diamond. HEX triplet: 46, 30 and 68. RGB value is (70,48,104). Sum of RGB (Red+Green+Blue) = 70+48+104=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #463068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463068 is #B9CF97. Grayscale: #3C3C3C. Windows color (decimal): -12177304 or 6828102. OLE color: 6828102.
HSL color Cylindrical-coordinate representation of color #463068: hue angle of 263.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463068 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 48 | 104 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.59 |
| HSL | 263.57º | 0.37% | 0.3% | - |
| HSV(B) | 263.57º | 0.54% | 0.41% | - |
| XYZ | 6.08 | 4.42 | 13.63 | - |
| YUV | 60.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 104 | 0.33 | 0.54 | 0 | 0.59 | 263.57 | 0.37 | 0.3 |
| Hex | 46 | 30 | 68 | 21 | 36 | 0 | 3B | 108 | 25 | 1E |
| Octal | 106 | 60 | 150 | 41 | 66 | 0 | 73 | 410 | 45 | 36 |
| Binary | 1000110 | 110000 | 1101000 | 100001 | 110110 | 0 | 111011 | 100001000 | 100101 | 11110 |
Color Harmonies of #463068
Complementary color
Monochromatic Colors of #463068
Black with #463068
Text Example
Text Example
White with #463068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463068; }
p { color: rgb(70,48,104); }
H1.HeaderClassName
{
color: #463068;
}
.AnyTagClassName
{
color: #463068;
}
</style>
background-color css
<style>
a { background-color: #463068; }
a { background-color: rgb(70,48,104); }
div.DivClassName
{
background-color: #463068;
}
.BgClassName
{
background-color: #463068;
}
</style>
border-color css
<style>
span { border-color: #463068; }
span { border-color: rgb(70,48,104); }
td.TdClassName
{
border-color: #463068;
}
.TagClassName
{
border-color: #463068;
}
</style>