Shades of Blue Diamond #47306C
Tints of Blue Diamond #47306C
RGB
CMYK
RGB Variations
Color information
#47306C (or 0x47306C) is known color: Blue Diamond. HEX triplet: 47, 30 and 6C. RGB value is (71,48,108). Sum of RGB (Red+Green+Blue) = 71+48+108=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #47306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47306C is #B8CF93. Grayscale: #3D3D3D. Windows color (decimal): -12111764 or 7090247. OLE color: 7090247.
HSL color Cylindrical-coordinate representation of color #47306C: hue angle of 263º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47306C is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 48 | 108 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.58 |
| HSL | 263º | 0.38% | 0.31% | - |
| HSV(B) | 263º | 0.56% | 0.42% | - |
| XYZ | 6.36 | 4.54 | 14.73 | - |
| YUV | 61.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 108 | 0.34 | 0.56 | 0 | 0.58 | 263 | 0.38 | 0.31 |
| Hex | 47 | 30 | 6C | 22 | 38 | 0 | 3A | 107 | 26 | 1F |
| Octal | 107 | 60 | 154 | 42 | 70 | 0 | 72 | 407 | 46 | 37 |
| Binary | 1000111 | 110000 | 1101100 | 100010 | 111000 | 0 | 111010 | 100000111 | 100110 | 11111 |
Color Harmonies of #47306C
Complementary color
Monochromatic Colors of #47306C
Black with #47306C
Text Example
Text Example
White with #47306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47306C; }
p { color: rgb(71,48,108); }
H1.HeaderClassName
{
color: #47306C;
}
.AnyTagClassName
{
color: #47306C;
}
</style>
background-color css
<style>
a { background-color: #47306C; }
a { background-color: rgb(71,48,108); }
div.DivClassName
{
background-color: #47306C;
}
.BgClassName
{
background-color: #47306C;
}
</style>
border-color css
<style>
span { border-color: #47306C; }
span { border-color: rgb(71,48,108); }
td.TdClassName
{
border-color: #47306C;
}
.TagClassName
{
border-color: #47306C;
}
</style>