Shades of Blue Diamond #47266D
Tints of Blue Diamond #47266D
RGB
CMYK
RGB Variations
Color information
#47266D (or 0x47266D) is known color: Blue Diamond. HEX triplet: 47, 26 and 6D. RGB value is (71,38,109). Sum of RGB (Red+Green+Blue) = 71+38+109=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #47266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266D is #B8D992. Grayscale: #373737. Windows color (decimal): -12114323 or 7153223. OLE color: 7153223.
HSL color Cylindrical-coordinate representation of color #47266D: hue angle of 267.89º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47266D is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 38 | 109 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.57 |
| HSL | 267.89º | 0.48% | 0.29% | - |
| HSV(B) | 267.89º | 0.65% | 0.43% | - |
| XYZ | 6.05 | 3.83 | 14.89 | - |
| YUV | 55.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 109 | 0.35 | 0.65 | 0 | 0.57 | 267.89 | 0.48 | 0.29 |
| Hex | 47 | 26 | 6D | 23 | 41 | 0 | 39 | 10C | 30 | 1D |
| Octal | 107 | 46 | 155 | 43 | 101 | 0 | 71 | 414 | 60 | 35 |
| Binary | 1000111 | 100110 | 1101101 | 100011 | 1000001 | 0 | 111001 | 100001100 | 110000 | 11101 |
Color Harmonies of #47266D
Complementary color
Monochromatic Colors of #47266D
Black with #47266D
Text Example
Text Example
White with #47266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47266D; }
p { color: rgb(71,38,109); }
H1.HeaderClassName
{
color: #47266D;
}
.AnyTagClassName
{
color: #47266D;
}
</style>
background-color css
<style>
a { background-color: #47266D; }
a { background-color: rgb(71,38,109); }
div.DivClassName
{
background-color: #47266D;
}
.BgClassName
{
background-color: #47266D;
}
</style>
border-color css
<style>
span { border-color: #47266D; }
span { border-color: rgb(71,38,109); }
td.TdClassName
{
border-color: #47266D;
}
.TagClassName
{
border-color: #47266D;
}
</style>