Shades of Blue Diamond #472F63
Tints of Blue Diamond #472F63
RGB
CMYK
RGB Variations
Color information
#472F63 (or 0x472F63) is known color: Blue Diamond. HEX triplet: 47, 2F and 63. RGB value is (71,47,99). Sum of RGB (Red+Green+Blue) = 71+47+99=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 47 (18.75% from 255 or 21.66% 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 #472F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F63 is #B8D09C. Grayscale: #3B3B3B. Windows color (decimal): -12112029 or 6500167. OLE color: 6500167.
HSL color Cylindrical-coordinate representation of color #472F63: hue angle of 267.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472F63 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 47 | 99 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.61 |
| HSL | 267.69º | 0.36% | 0.29% | - |
| HSV(B) | 267.69º | 0.53% | 0.39% | - |
| XYZ | 5.87 | 4.27 | 12.32 | - |
| YUV | 60.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 99 | 0.28 | 0.53 | 0 | 0.61 | 267.69 | 0.36 | 0.29 |
| Hex | 47 | 2F | 63 | 1C | 35 | 0 | 3D | 10C | 24 | 1D |
| Octal | 107 | 57 | 143 | 34 | 65 | 0 | 75 | 414 | 44 | 35 |
| Binary | 1000111 | 101111 | 1100011 | 11100 | 110101 | 0 | 111101 | 100001100 | 100100 | 11101 |
Color Harmonies of #472F63
Complementary color
Monochromatic Colors of #472F63
Black with #472F63
Text Example
Text Example
White with #472F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F63; }
p { color: rgb(71,47,99); }
H1.HeaderClassName
{
color: #472F63;
}
.AnyTagClassName
{
color: #472F63;
}
</style>
background-color css
<style>
a { background-color: #472F63; }
a { background-color: rgb(71,47,99); }
div.DivClassName
{
background-color: #472F63;
}
.BgClassName
{
background-color: #472F63;
}
</style>
border-color css
<style>
span { border-color: #472F63; }
span { border-color: rgb(71,47,99); }
td.TdClassName
{
border-color: #472F63;
}
.TagClassName
{
border-color: #472F63;
}
</style>