Shades of Blue Diamond #472165
Tints of Blue Diamond #472165
RGB
CMYK
RGB Variations
Color information
#472165 (or 0x472165) is known color: Blue Diamond. HEX triplet: 47, 21 and 65. RGB value is (71,33,101). Sum of RGB (Red+Green+Blue) = 71+33+101=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #472165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472165 is #B8DE9A. Grayscale: #333333. Windows color (decimal): -12115611 or 6627655. OLE color: 6627655.
HSL color Cylindrical-coordinate representation of color #472165: hue angle of 273.53º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472165 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 33 | 101 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.60 |
| HSL | 273.53º | 0.51% | 0.26% | - |
| HSV(B) | 273.53º | 0.67% | 0.4% | - |
| XYZ | 5.49 | 3.37 | 12.67 | - |
| YUV | 52.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 101 | 0.30 | 0.67 | 0 | 0.60 | 273.53 | 0.51 | 0.26 |
| Hex | 47 | 21 | 65 | 1E | 43 | 0 | 3C | 112 | 33 | 1A |
| Octal | 107 | 41 | 145 | 36 | 103 | 0 | 74 | 422 | 63 | 32 |
| Binary | 1000111 | 100001 | 1100101 | 11110 | 1000011 | 0 | 111100 | 100010010 | 110011 | 11010 |
Color Harmonies of #472165
Complementary color
Monochromatic Colors of #472165
Black with #472165
Text Example
Text Example
White with #472165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472165; }
p { color: rgb(71,33,101); }
H1.HeaderClassName
{
color: #472165;
}
.AnyTagClassName
{
color: #472165;
}
</style>
background-color css
<style>
a { background-color: #472165; }
a { background-color: rgb(71,33,101); }
div.DivClassName
{
background-color: #472165;
}
.BgClassName
{
background-color: #472165;
}
</style>
border-color css
<style>
span { border-color: #472165; }
span { border-color: rgb(71,33,101); }
td.TdClassName
{
border-color: #472165;
}
.TagClassName
{
border-color: #472165;
}
</style>