Shades of Blue Diamond #462066
Tints of Blue Diamond #462066
RGB
CMYK
RGB Variations
Color information
#462066 (or 0x462066) is known color: Blue Diamond. HEX triplet: 46, 20 and 66. RGB value is (70,32,102). Sum of RGB (Red+Green+Blue) = 70+32+102=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #462066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462066 is #B9DF99. Grayscale: #333333. Windows color (decimal): -12181402 or 6692934. OLE color: 6692934.
HSL color Cylindrical-coordinate representation of color #462066: hue angle of 272.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462066 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 32 | 102 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.6 |
| HSL | 272.57º | 0.52% | 0.26% | - |
| HSV(B) | 272.57º | 0.69% | 0.4% | - |
| XYZ | 5.44 | 3.29 | 12.92 | - |
| YUV | 51.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 102 | 0.31 | 0.69 | 0 | 0.6 | 272.57 | 0.52 | 0.26 |
| Hex | 46 | 20 | 66 | 1F | 45 | 0 | 3C | 111 | 34 | 1A |
| Octal | 106 | 40 | 146 | 37 | 105 | 0 | 74 | 421 | 64 | 32 |
| Binary | 1000110 | 100000 | 1100110 | 11111 | 1000101 | 0 | 111100 | 100010001 | 110100 | 11010 |
Color Harmonies of #462066
Complementary color
Monochromatic Colors of #462066
Black with #462066
Text Example
Text Example
White with #462066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462066; }
p { color: rgb(70,32,102); }
H1.HeaderClassName
{
color: #462066;
}
.AnyTagClassName
{
color: #462066;
}
</style>
background-color css
<style>
a { background-color: #462066; }
a { background-color: rgb(70,32,102); }
div.DivClassName
{
background-color: #462066;
}
.BgClassName
{
background-color: #462066;
}
</style>
border-color css
<style>
span { border-color: #462066; }
span { border-color: rgb(70,32,102); }
td.TdClassName
{
border-color: #462066;
}
.TagClassName
{
border-color: #462066;
}
</style>