Shades of Blue Diamond #47266B
Tints of Blue Diamond #47266B
RGB
CMYK
RGB Variations
Color information
#47266B (or 0x47266B) is known color: Blue Diamond. HEX triplet: 47, 26 and 6B. RGB value is (71,38,107). Sum of RGB (Red+Green+Blue) = 71+38+107=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #47266B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266B is #B8D994. Grayscale: #373737. Windows color (decimal): -12114325 or 7022151. OLE color: 7022151.
HSL color Cylindrical-coordinate representation of color #47266B: hue angle of 268.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47266B is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 38 | 107 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.58 |
| HSL | 268.7º | 0.48% | 0.28% | - |
| HSV(B) | 268.7º | 0.64% | 0.42% | - |
| XYZ | 5.95 | 3.79 | 14.33 | - |
| YUV | 55.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 107 | 0.34 | 0.64 | 0 | 0.58 | 268.7 | 0.48 | 0.28 |
| Hex | 47 | 26 | 6B | 22 | 40 | 0 | 3A | 10D | 30 | 1C |
| Octal | 107 | 46 | 153 | 42 | 100 | 0 | 72 | 415 | 60 | 34 |
| Binary | 1000111 | 100110 | 1101011 | 100010 | 1000000 | 0 | 111010 | 100001101 | 110000 | 11100 |
Color Harmonies of #47266B
Complementary color
Monochromatic Colors of #47266B
Black with #47266B
Text Example
Text Example
White with #47266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47266B; }
p { color: rgb(71,38,107); }
H1.HeaderClassName
{
color: #47266B;
}
.AnyTagClassName
{
color: #47266B;
}
</style>
background-color css
<style>
a { background-color: #47266B; }
a { background-color: rgb(71,38,107); }
div.DivClassName
{
background-color: #47266B;
}
.BgClassName
{
background-color: #47266B;
}
</style>
border-color css
<style>
span { border-color: #47266B; }
span { border-color: rgb(71,38,107); }
td.TdClassName
{
border-color: #47266B;
}
.TagClassName
{
border-color: #47266B;
}
</style>