Shades of Blue Diamond #463063
Tints of Blue Diamond #463063
RGB
CMYK
RGB Variations
Color information
#463063 (or 0x463063) is known color: Blue Diamond. HEX triplet: 46, 30 and 63. RGB value is (70,48,99). Sum of RGB (Red+Green+Blue) = 70+48+99=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #463063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463063 is #B9CF9C. Grayscale: #3C3C3C. Windows color (decimal): -12177309 or 6500422. OLE color: 6500422.
HSL color Cylindrical-coordinate representation of color #463063: hue angle of 265.88º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463063 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 48 | 99 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.61 |
| HSL | 265.88º | 0.35% | 0.29% | - |
| HSV(B) | 265.88º | 0.52% | 0.39% | - |
| XYZ | 5.83 | 4.32 | 12.33 | - |
| YUV | 60.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 99 | 0.29 | 0.52 | 0 | 0.61 | 265.88 | 0.35 | 0.29 |
| Hex | 46 | 30 | 63 | 1D | 34 | 0 | 3D | 10A | 23 | 1D |
| Octal | 106 | 60 | 143 | 35 | 64 | 0 | 75 | 412 | 43 | 35 |
| Binary | 1000110 | 110000 | 1100011 | 11101 | 110100 | 0 | 111101 | 100001010 | 100011 | 11101 |
Color Harmonies of #463063
Complementary color
Monochromatic Colors of #463063
Black with #463063
Text Example
Text Example
White with #463063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463063; }
p { color: rgb(70,48,99); }
H1.HeaderClassName
{
color: #463063;
}
.AnyTagClassName
{
color: #463063;
}
</style>
background-color css
<style>
a { background-color: #463063; }
a { background-color: rgb(70,48,99); }
div.DivClassName
{
background-color: #463063;
}
.BgClassName
{
background-color: #463063;
}
</style>
border-color css
<style>
span { border-color: #463063; }
span { border-color: rgb(70,48,99); }
td.TdClassName
{
border-color: #463063;
}
.TagClassName
{
border-color: #463063;
}
</style>