Shades of Blue Diamond #472C6D
Tints of Blue Diamond #472C6D
RGB
CMYK
RGB Variations
Color information
#472C6D (or 0x472C6D) is known color: Blue Diamond. HEX triplet: 47, 2C and 6D. RGB value is (71,44,109). Sum of RGB (Red+Green+Blue) = 71+44+109=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #472C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C6D is #B8D392. Grayscale: #3B3B3B. Windows color (decimal): -12112787 or 7154759. OLE color: 7154759.
HSL color Cylindrical-coordinate representation of color #472C6D: hue angle of 264.92º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472C6D is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 44 | 109 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.57 |
| HSL | 264.92º | 0.42% | 0.3% | - |
| HSV(B) | 264.92º | 0.6% | 0.43% | - |
| XYZ | 6.26 | 4.25 | 14.96 | - |
| YUV | 59.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 109 | 0.35 | 0.60 | 0 | 0.57 | 264.92 | 0.42 | 0.3 |
| Hex | 47 | 2C | 6D | 23 | 3C | 0 | 39 | 109 | 2A | 1E |
| Octal | 107 | 54 | 155 | 43 | 74 | 0 | 71 | 411 | 52 | 36 |
| Binary | 1000111 | 101100 | 1101101 | 100011 | 111100 | 0 | 111001 | 100001001 | 101010 | 11110 |
Color Harmonies of #472C6D
Complementary color
Monochromatic Colors of #472C6D
Black with #472C6D
Text Example
Text Example
White with #472C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C6D; }
p { color: rgb(71,44,109); }
H1.HeaderClassName
{
color: #472C6D;
}
.AnyTagClassName
{
color: #472C6D;
}
</style>
background-color css
<style>
a { background-color: #472C6D; }
a { background-color: rgb(71,44,109); }
div.DivClassName
{
background-color: #472C6D;
}
.BgClassName
{
background-color: #472C6D;
}
</style>
border-color css
<style>
span { border-color: #472C6D; }
span { border-color: rgb(71,44,109); }
td.TdClassName
{
border-color: #472C6D;
}
.TagClassName
{
border-color: #472C6D;
}
</style>