Shades of Blue Diamond #473068
Tints of Blue Diamond #473068
RGB
CMYK
RGB Variations
Color information
#473068 (or 0x473068) is known color: Blue Diamond. HEX triplet: 47, 30 and 68. RGB value is (71,48,104). Sum of RGB (Red+Green+Blue) = 71+48+104=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #473068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473068 is #B8CF97. Grayscale: #3D3D3D. Windows color (decimal): -12111768 or 6828103. OLE color: 6828103.
HSL color Cylindrical-coordinate representation of color #473068: hue angle of 264.64º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473068 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 48 | 104 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.59 |
| HSL | 264.64º | 0.37% | 0.3% | - |
| HSV(B) | 264.64º | 0.54% | 0.41% | - |
| XYZ | 6.15 | 4.45 | 13.63 | - |
| YUV | 61.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 104 | 0.32 | 0.54 | 0 | 0.59 | 264.64 | 0.37 | 0.3 |
| Hex | 47 | 30 | 68 | 20 | 36 | 0 | 3B | 109 | 25 | 1E |
| Octal | 107 | 60 | 150 | 40 | 66 | 0 | 73 | 411 | 45 | 36 |
| Binary | 1000111 | 110000 | 1101000 | 100000 | 110110 | 0 | 111011 | 100001001 | 100101 | 11110 |
Color Harmonies of #473068
Complementary color
Monochromatic Colors of #473068
Black with #473068
Text Example
Text Example
White with #473068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473068; }
p { color: rgb(71,48,104); }
H1.HeaderClassName
{
color: #473068;
}
.AnyTagClassName
{
color: #473068;
}
</style>
background-color css
<style>
a { background-color: #473068; }
a { background-color: rgb(71,48,104); }
div.DivClassName
{
background-color: #473068;
}
.BgClassName
{
background-color: #473068;
}
</style>
border-color css
<style>
span { border-color: #473068; }
span { border-color: rgb(71,48,104); }
td.TdClassName
{
border-color: #473068;
}
.TagClassName
{
border-color: #473068;
}
</style>