Shades of Blue Diamond #472B67
Tints of Blue Diamond #472B67
RGB
CMYK
RGB Variations
Color information
#472B67 (or 0x472B67) is known color: Blue Diamond. HEX triplet: 47, 2B and 67. RGB value is (71,43,103). Sum of RGB (Red+Green+Blue) = 71+43+103=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #472B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B67 is #B8D498. Grayscale: #3A3A3A. Windows color (decimal): -12113049 or 6761287. OLE color: 6761287.
HSL color Cylindrical-coordinate representation of color #472B67: hue angle of 268º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472B67 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 43 | 103 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.60 |
| HSL | 268º | 0.41% | 0.29% | - |
| HSV(B) | 268º | 0.58% | 0.4% | - |
| XYZ | 5.91 | 4.05 | 13.3 | - |
| YUV | 58.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 103 | 0.31 | 0.58 | 0 | 0.60 | 268 | 0.41 | 0.29 |
| Hex | 47 | 2B | 67 | 1F | 3A | 0 | 3C | 10C | 29 | 1D |
| Octal | 107 | 53 | 147 | 37 | 72 | 0 | 74 | 414 | 51 | 35 |
| Binary | 1000111 | 101011 | 1100111 | 11111 | 111010 | 0 | 111100 | 100001100 | 101001 | 11101 |
Color Harmonies of #472B67
Complementary color
Monochromatic Colors of #472B67
Black with #472B67
Text Example
Text Example
White with #472B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B67; }
p { color: rgb(71,43,103); }
H1.HeaderClassName
{
color: #472B67;
}
.AnyTagClassName
{
color: #472B67;
}
</style>
background-color css
<style>
a { background-color: #472B67; }
a { background-color: rgb(71,43,103); }
div.DivClassName
{
background-color: #472B67;
}
.BgClassName
{
background-color: #472B67;
}
</style>
border-color css
<style>
span { border-color: #472B67; }
span { border-color: rgb(71,43,103); }
td.TdClassName
{
border-color: #472B67;
}
.TagClassName
{
border-color: #472B67;
}
</style>