Shades of Blue Diamond #463066
Tints of Blue Diamond #463066
RGB
CMYK
RGB Variations
Color information
#463066 (or 0x463066) is known color: Blue Diamond. HEX triplet: 46, 30 and 66. RGB value is (70,48,102). Sum of RGB (Red+Green+Blue) = 70+48+102=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #463066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463066 is #B9CF99. Grayscale: #3C3C3C. Windows color (decimal): -12177306 or 6697030. OLE color: 6697030.
HSL color Cylindrical-coordinate representation of color #463066: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463066 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 48 | 102 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.6 |
| HSL | 264.44º | 0.36% | 0.29% | - |
| HSV(B) | 264.44º | 0.53% | 0.4% | - |
| XYZ | 5.98 | 4.38 | 13.1 | - |
| YUV | 60.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 102 | 0.31 | 0.53 | 0 | 0.6 | 264.44 | 0.36 | 0.29 |
| Hex | 46 | 30 | 66 | 1F | 35 | 0 | 3C | 108 | 24 | 1D |
| Octal | 106 | 60 | 146 | 37 | 65 | 0 | 74 | 410 | 44 | 35 |
| Binary | 1000110 | 110000 | 1100110 | 11111 | 110101 | 0 | 111100 | 100001000 | 100100 | 11101 |
Color Harmonies of #463066
Complementary color
Monochromatic Colors of #463066
Black with #463066
Text Example
Text Example
White with #463066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463066; }
p { color: rgb(70,48,102); }
H1.HeaderClassName
{
color: #463066;
}
.AnyTagClassName
{
color: #463066;
}
</style>
background-color css
<style>
a { background-color: #463066; }
a { background-color: rgb(70,48,102); }
div.DivClassName
{
background-color: #463066;
}
.BgClassName
{
background-color: #463066;
}
</style>
border-color css
<style>
span { border-color: #463066; }
span { border-color: rgb(70,48,102); }
td.TdClassName
{
border-color: #463066;
}
.TagClassName
{
border-color: #463066;
}
</style>