Shades of Blue Diamond #473064
Tints of Blue Diamond #473064
RGB
CMYK
RGB Variations
Color information
#473064 (or 0x473064) is known color: Blue Diamond. HEX triplet: 47, 30 and 64. RGB value is (71,48,100). Sum of RGB (Red+Green+Blue) = 71+48+100=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #473064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473064 is #B8CF9B. Grayscale: #3C3C3C. Windows color (decimal): -12111772 or 6565959. OLE color: 6565959.
HSL color Cylindrical-coordinate representation of color #473064: hue angle of 266.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473064 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 48 | 100 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.61 |
| HSL | 266.54º | 0.35% | 0.29% | - |
| HSV(B) | 266.54º | 0.52% | 0.39% | - |
| XYZ | 5.96 | 4.37 | 12.59 | - |
| YUV | 60.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 100 | 0.29 | 0.52 | 0 | 0.61 | 266.54 | 0.35 | 0.29 |
| Hex | 47 | 30 | 64 | 1D | 34 | 0 | 3D | 10B | 23 | 1D |
| Octal | 107 | 60 | 144 | 35 | 64 | 0 | 75 | 413 | 43 | 35 |
| Binary | 1000111 | 110000 | 1100100 | 11101 | 110100 | 0 | 111101 | 100001011 | 100011 | 11101 |
Color Harmonies of #473064
Complementary color
Monochromatic Colors of #473064
Black with #473064
Text Example
Text Example
White with #473064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473064; }
p { color: rgb(71,48,100); }
H1.HeaderClassName
{
color: #473064;
}
.AnyTagClassName
{
color: #473064;
}
</style>
background-color css
<style>
a { background-color: #473064; }
a { background-color: rgb(71,48,100); }
div.DivClassName
{
background-color: #473064;
}
.BgClassName
{
background-color: #473064;
}
</style>
border-color css
<style>
span { border-color: #473064; }
span { border-color: rgb(71,48,100); }
td.TdClassName
{
border-color: #473064;
}
.TagClassName
{
border-color: #473064;
}
</style>