Shades of Blue Diamond #472E6B
Tints of Blue Diamond #472E6B
RGB
CMYK
RGB Variations
Color information
#472E6B (or 0x472E6B) is known color: Blue Diamond. HEX triplet: 47, 2E and 6B. RGB value is (71,46,107). Sum of RGB (Red+Green+Blue) = 71+46+107=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #472E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E6B is #B8D194. Grayscale: #3C3C3C. Windows color (decimal): -12112277 or 7024199. OLE color: 7024199.
HSL color Cylindrical-coordinate representation of color #472E6B: hue angle of 264.59º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #472E6B is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 46 | 107 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.58 |
| HSL | 264.59º | 0.4% | 0.3% | - |
| HSV(B) | 264.59º | 0.57% | 0.42% | - |
| XYZ | 6.23 | 4.36 | 14.42 | - |
| YUV | 60.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 107 | 0.34 | 0.57 | 0 | 0.58 | 264.59 | 0.4 | 0.3 |
| Hex | 47 | 2E | 6B | 22 | 39 | 0 | 3A | 109 | 28 | 1E |
| Octal | 107 | 56 | 153 | 42 | 71 | 0 | 72 | 411 | 50 | 36 |
| Binary | 1000111 | 101110 | 1101011 | 100010 | 111001 | 0 | 111010 | 100001001 | 101000 | 11110 |
Color Harmonies of #472E6B
Complementary color
Monochromatic Colors of #472E6B
Black with #472E6B
Text Example
Text Example
White with #472E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E6B; }
p { color: rgb(71,46,107); }
H1.HeaderClassName
{
color: #472E6B;
}
.AnyTagClassName
{
color: #472E6B;
}
</style>
background-color css
<style>
a { background-color: #472E6B; }
a { background-color: rgb(71,46,107); }
div.DivClassName
{
background-color: #472E6B;
}
.BgClassName
{
background-color: #472E6B;
}
</style>
border-color css
<style>
span { border-color: #472E6B; }
span { border-color: rgb(71,46,107); }
td.TdClassName
{
border-color: #472E6B;
}
.TagClassName
{
border-color: #472E6B;
}
</style>