Shades of Blue Diamond #462F65
Tints of Blue Diamond #462F65
RGB
CMYK
RGB Variations
Color information
#462F65 (or 0x462F65) is known color: Blue Diamond. HEX triplet: 46, 2F and 65. RGB value is (70,47,101). Sum of RGB (Red+Green+Blue) = 70+47+101=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #462F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F65 is #B9D09A. Grayscale: #3B3B3B. Windows color (decimal): -12177563 or 6631238. OLE color: 6631238.
HSL color Cylindrical-coordinate representation of color #462F65: hue angle of 265.56º 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 #462F65 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 47 | 101 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.60 |
| HSL | 265.56º | 0.36% | 0.29% | - |
| HSV(B) | 265.56º | 0.53% | 0.4% | - |
| XYZ | 5.89 | 4.27 | 12.83 | - |
| YUV | 60.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 101 | 0.31 | 0.53 | 0 | 0.60 | 265.56 | 0.36 | 0.29 |
| Hex | 46 | 2F | 65 | 1F | 35 | 0 | 3C | 10A | 24 | 1D |
| Octal | 106 | 57 | 145 | 37 | 65 | 0 | 74 | 412 | 44 | 35 |
| Binary | 1000110 | 101111 | 1100101 | 11111 | 110101 | 0 | 111100 | 100001010 | 100100 | 11101 |
Color Harmonies of #462F65
Complementary color
Monochromatic Colors of #462F65
Black with #462F65
Text Example
Text Example
White with #462F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F65; }
p { color: rgb(70,47,101); }
H1.HeaderClassName
{
color: #462F65;
}
.AnyTagClassName
{
color: #462F65;
}
</style>
background-color css
<style>
a { background-color: #462F65; }
a { background-color: rgb(70,47,101); }
div.DivClassName
{
background-color: #462F65;
}
.BgClassName
{
background-color: #462F65;
}
</style>
border-color css
<style>
span { border-color: #462F65; }
span { border-color: rgb(70,47,101); }
td.TdClassName
{
border-color: #462F65;
}
.TagClassName
{
border-color: #462F65;
}
</style>