Shades of Blue Diamond #462565
Tints of Blue Diamond #462565
RGB
CMYK
RGB Variations
Color information
#462565 (or 0x462565) is known color: Blue Diamond. HEX triplet: 46, 25 and 65. RGB value is (70,37,101). Sum of RGB (Red+Green+Blue) = 70+37+101=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #462565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462565 is #B9DA9A. Grayscale: #353535. Windows color (decimal): -12180123 or 6628678. OLE color: 6628678.
HSL color Cylindrical-coordinate representation of color #462565: hue angle of 270.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462565 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 37 | 101 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.60 |
| HSL | 270.94º | 0.46% | 0.27% | - |
| HSV(B) | 270.94º | 0.63% | 0.4% | - |
| XYZ | 5.54 | 3.56 | 12.71 | - |
| YUV | 54.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 101 | 0.31 | 0.63 | 0 | 0.60 | 270.94 | 0.46 | 0.27 |
| Hex | 46 | 25 | 65 | 1F | 3F | 0 | 3C | 10F | 2E | 1B |
| Octal | 106 | 45 | 145 | 37 | 77 | 0 | 74 | 417 | 56 | 33 |
| Binary | 1000110 | 100101 | 1100101 | 11111 | 111111 | 0 | 111100 | 100001111 | 101110 | 11011 |
Color Harmonies of #462565
Complementary color
Monochromatic Colors of #462565
Black with #462565
Text Example
Text Example
White with #462565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462565; }
p { color: rgb(70,37,101); }
H1.HeaderClassName
{
color: #462565;
}
.AnyTagClassName
{
color: #462565;
}
</style>
background-color css
<style>
a { background-color: #462565; }
a { background-color: rgb(70,37,101); }
div.DivClassName
{
background-color: #462565;
}
.BgClassName
{
background-color: #462565;
}
</style>
border-color css
<style>
span { border-color: #462565; }
span { border-color: rgb(70,37,101); }
td.TdClassName
{
border-color: #462565;
}
.TagClassName
{
border-color: #462565;
}
</style>