Shades of Blue Diamond #471A74
Tints of Blue Diamond #471A74
RGB
CMYK
RGB Variations
Color information
#471A74 (or 0x471A74) is known color: Blue Diamond. HEX triplet: 47, 1A and 74. RGB value is (71,26,116). Sum of RGB (Red+Green+Blue) = 71+26+116=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #471A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A74 is #B8E58B. Grayscale: #313131. Windows color (decimal): -12117388 or 7608903. OLE color: 7608903.
HSL color Cylindrical-coordinate representation of color #471A74: hue angle of 270º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471A74 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 26 | 116 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.55 |
| HSL | 270º | 0.63% | 0.28% | - |
| HSV(B) | 270º | 0.78% | 0.45% | - |
| XYZ | 6.12 | 3.34 | 16.84 | - |
| YUV | 49.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 116 | 0.39 | 0.78 | 0 | 0.55 | 270 | 0.63 | 0.28 |
| Hex | 47 | 1A | 74 | 27 | 4E | 0 | 37 | 10E | 3F | 1C |
| Octal | 107 | 32 | 164 | 47 | 116 | 0 | 67 | 416 | 77 | 34 |
| Binary | 1000111 | 11010 | 1110100 | 100111 | 1001110 | 0 | 110111 | 100001110 | 111111 | 11100 |
Color Harmonies of #471A74
Complementary color
Monochromatic Colors of #471A74
Black with #471A74
Text Example
Text Example
White with #471A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A74; }
p { color: rgb(71,26,116); }
H1.HeaderClassName
{
color: #471A74;
}
.AnyTagClassName
{
color: #471A74;
}
</style>
background-color css
<style>
a { background-color: #471A74; }
a { background-color: rgb(71,26,116); }
div.DivClassName
{
background-color: #471A74;
}
.BgClassName
{
background-color: #471A74;
}
</style>
border-color css
<style>
span { border-color: #471A74; }
span { border-color: rgb(71,26,116); }
td.TdClassName
{
border-color: #471A74;
}
.TagClassName
{
border-color: #471A74;
}
</style>