Shades of Blue Diamond #472C62
Tints of Blue Diamond #472C62
RGB
CMYK
RGB Variations
Color information
#472C62 (or 0x472C62) is known color: Blue Diamond. HEX triplet: 47, 2C and 62. RGB value is (71,44,98). Sum of RGB (Red+Green+Blue) = 71+44+98=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #472C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C62 is #B8D39D. Grayscale: #3A3A3A. Windows color (decimal): -12112798 or 6433863. OLE color: 6433863.
HSL color Cylindrical-coordinate representation of color #472C62: hue angle of 270º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472C62 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 44 | 98 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.62 |
| HSL | 270º | 0.38% | 0.28% | - |
| HSV(B) | 270º | 0.55% | 0.38% | - |
| XYZ | 5.7 | 4.02 | 12.03 | - |
| YUV | 58.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 98 | 0.28 | 0.55 | 0 | 0.62 | 270 | 0.38 | 0.28 |
| Hex | 47 | 2C | 62 | 1C | 37 | 0 | 3E | 10E | 26 | 1C |
| Octal | 107 | 54 | 142 | 34 | 67 | 0 | 76 | 416 | 46 | 34 |
| Binary | 1000111 | 101100 | 1100010 | 11100 | 110111 | 0 | 111110 | 100001110 | 100110 | 11100 |
Color Harmonies of #472C62
Complementary color
Monochromatic Colors of #472C62
Black with #472C62
Text Example
Text Example
White with #472C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C62; }
p { color: rgb(71,44,98); }
H1.HeaderClassName
{
color: #472C62;
}
.AnyTagClassName
{
color: #472C62;
}
</style>
background-color css
<style>
a { background-color: #472C62; }
a { background-color: rgb(71,44,98); }
div.DivClassName
{
background-color: #472C62;
}
.BgClassName
{
background-color: #472C62;
}
</style>
border-color css
<style>
span { border-color: #472C62; }
span { border-color: rgb(71,44,98); }
td.TdClassName
{
border-color: #472C62;
}
.TagClassName
{
border-color: #472C62;
}
</style>