Shades of Blue Diamond #47246D
Tints of Blue Diamond #47246D
RGB
CMYK
RGB Variations
Color information
#47246D (or 0x47246D) is known color: Blue Diamond. HEX triplet: 47, 24 and 6D. RGB value is (71,36,109). Sum of RGB (Red+Green+Blue) = 71+36+109=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #47246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47246D is #B8DB92. Grayscale: #363636. Windows color (decimal): -12114835 or 7152711. OLE color: 7152711.
HSL color Cylindrical-coordinate representation of color #47246D: hue angle of 268.77º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47246D is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 36 | 109 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.57 |
| HSL | 268.77º | 0.5% | 0.28% | - |
| HSV(B) | 268.77º | 0.67% | 0.43% | - |
| XYZ | 5.99 | 3.71 | 14.87 | - |
| YUV | 54.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 109 | 0.35 | 0.67 | 0 | 0.57 | 268.77 | 0.5 | 0.28 |
| Hex | 47 | 24 | 6D | 23 | 43 | 0 | 39 | 10D | 32 | 1C |
| Octal | 107 | 44 | 155 | 43 | 103 | 0 | 71 | 415 | 62 | 34 |
| Binary | 1000111 | 100100 | 1101101 | 100011 | 1000011 | 0 | 111001 | 100001101 | 110010 | 11100 |
Color Harmonies of #47246D
Complementary color
Monochromatic Colors of #47246D
Black with #47246D
Text Example
Text Example
White with #47246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47246D; }
p { color: rgb(71,36,109); }
H1.HeaderClassName
{
color: #47246D;
}
.AnyTagClassName
{
color: #47246D;
}
</style>
background-color css
<style>
a { background-color: #47246D; }
a { background-color: rgb(71,36,109); }
div.DivClassName
{
background-color: #47246D;
}
.BgClassName
{
background-color: #47246D;
}
</style>
border-color css
<style>
span { border-color: #47246D; }
span { border-color: rgb(71,36,109); }
td.TdClassName
{
border-color: #47246D;
}
.TagClassName
{
border-color: #47246D;
}
</style>