Shades of Blue Diamond #472465
Tints of Blue Diamond #472465
RGB
CMYK
RGB Variations
Color information
#472465 (or 0x472465) is known color: Blue Diamond. HEX triplet: 47, 24 and 65. RGB value is (71,36,101). Sum of RGB (Red+Green+Blue) = 71+36+101=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 36 (14.45% from 255 or 17.31% 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 #472465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472465 is #B8DB9A. Grayscale: #353535. Windows color (decimal): -12114843 or 6628423. OLE color: 6628423.
HSL color Cylindrical-coordinate representation of color #472465: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472465 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 36 | 101 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.60 |
| HSL | 272.31º | 0.47% | 0.27% | - |
| HSV(B) | 272.31º | 0.64% | 0.4% | - |
| XYZ | 5.58 | 3.54 | 12.7 | - |
| YUV | 53.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 101 | 0.30 | 0.64 | 0 | 0.60 | 272.31 | 0.47 | 0.27 |
| Hex | 47 | 24 | 65 | 1E | 40 | 0 | 3C | 110 | 2F | 1B |
| Octal | 107 | 44 | 145 | 36 | 100 | 0 | 74 | 420 | 57 | 33 |
| Binary | 1000111 | 100100 | 1100101 | 11110 | 1000000 | 0 | 111100 | 100010000 | 101111 | 11011 |
Color Harmonies of #472465
Complementary color
Monochromatic Colors of #472465
Black with #472465
Text Example
Text Example
White with #472465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472465; }
p { color: rgb(71,36,101); }
H1.HeaderClassName
{
color: #472465;
}
.AnyTagClassName
{
color: #472465;
}
</style>
background-color css
<style>
a { background-color: #472465; }
a { background-color: rgb(71,36,101); }
div.DivClassName
{
background-color: #472465;
}
.BgClassName
{
background-color: #472465;
}
</style>
border-color css
<style>
span { border-color: #472465; }
span { border-color: rgb(71,36,101); }
td.TdClassName
{
border-color: #472465;
}
.TagClassName
{
border-color: #472465;
}
</style>