Shades of Blue Diamond #473065
Tints of Blue Diamond #473065
RGB
CMYK
RGB Variations
Color information
#473065 (or 0x473065) is known color: Blue Diamond. HEX triplet: 47, 30 and 65. RGB value is (71,48,101). Sum of RGB (Red+Green+Blue) = 71+48+101=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #473065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473065 is #B8CF9A. Grayscale: #3C3C3C. Windows color (decimal): -12111771 or 6631495. OLE color: 6631495.
HSL color Cylindrical-coordinate representation of color #473065: hue angle of 266.04º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473065 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 48 | 101 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.60 |
| HSL | 266.04º | 0.36% | 0.29% | - |
| HSV(B) | 266.04º | 0.52% | 0.4% | - |
| XYZ | 6 | 4.39 | 12.84 | - |
| YUV | 60.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 101 | 0.30 | 0.52 | 0 | 0.60 | 266.04 | 0.36 | 0.29 |
| Hex | 47 | 30 | 65 | 1E | 34 | 0 | 3C | 10A | 24 | 1D |
| Octal | 107 | 60 | 145 | 36 | 64 | 0 | 74 | 412 | 44 | 35 |
| Binary | 1000111 | 110000 | 1100101 | 11110 | 110100 | 0 | 111100 | 100001010 | 100100 | 11101 |
Color Harmonies of #473065
Complementary color
Monochromatic Colors of #473065
Black with #473065
Text Example
Text Example
White with #473065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473065; }
p { color: rgb(71,48,101); }
H1.HeaderClassName
{
color: #473065;
}
.AnyTagClassName
{
color: #473065;
}
</style>
background-color css
<style>
a { background-color: #473065; }
a { background-color: rgb(71,48,101); }
div.DivClassName
{
background-color: #473065;
}
.BgClassName
{
background-color: #473065;
}
</style>
border-color css
<style>
span { border-color: #473065; }
span { border-color: rgb(71,48,101); }
td.TdClassName
{
border-color: #473065;
}
.TagClassName
{
border-color: #473065;
}
</style>