Shades of Blue Diamond #472C6F
Tints of Blue Diamond #472C6F
RGB
CMYK
RGB Variations
Color information
#472C6F (or 0x472C6F) is known color: Blue Diamond. HEX triplet: 47, 2C and 6F. RGB value is (71,44,111). Sum of RGB (Red+Green+Blue) = 71+44+111=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #472C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C6F is #B8D390. Grayscale: #3B3B3B. Windows color (decimal): -12112785 or 7285831. OLE color: 7285831.
HSL color Cylindrical-coordinate representation of color #472C6F: hue angle of 264.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472C6F is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 44 | 111 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.56 |
| HSL | 264.18º | 0.43% | 0.3% | - |
| HSV(B) | 264.18º | 0.6% | 0.44% | - |
| XYZ | 6.37 | 4.29 | 15.53 | - |
| YUV | 59.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 111 | 0.36 | 0.60 | 0 | 0.56 | 264.18 | 0.43 | 0.3 |
| Hex | 47 | 2C | 6F | 24 | 3C | 0 | 38 | 108 | 2B | 1E |
| Octal | 107 | 54 | 157 | 44 | 74 | 0 | 70 | 410 | 53 | 36 |
| Binary | 1000111 | 101100 | 1101111 | 100100 | 111100 | 0 | 111000 | 100001000 | 101011 | 11110 |
Color Harmonies of #472C6F
Complementary color
Monochromatic Colors of #472C6F
Black with #472C6F
Text Example
Text Example
White with #472C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C6F; }
p { color: rgb(71,44,111); }
H1.HeaderClassName
{
color: #472C6F;
}
.AnyTagClassName
{
color: #472C6F;
}
</style>
background-color css
<style>
a { background-color: #472C6F; }
a { background-color: rgb(71,44,111); }
div.DivClassName
{
background-color: #472C6F;
}
.BgClassName
{
background-color: #472C6F;
}
</style>
border-color css
<style>
span { border-color: #472C6F; }
span { border-color: rgb(71,44,111); }
td.TdClassName
{
border-color: #472C6F;
}
.TagClassName
{
border-color: #472C6F;
}
</style>