Shades of Blue Diamond #471A67
Tints of Blue Diamond #471A67
RGB
CMYK
RGB Variations
Color information
#471A67 (or 0x471A67) is known color: Blue Diamond. HEX triplet: 47, 1A and 67. RGB value is (71,26,103). Sum of RGB (Red+Green+Blue) = 71+26+103=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #471A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A67 is #B8E598. Grayscale: #2F2F2F. Windows color (decimal): -12117401 or 6756935. OLE color: 6756935.
HSL color Cylindrical-coordinate representation of color #471A67: hue angle of 275.06º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471A67 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 26 | 103 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.60 |
| HSL | 275.06º | 0.6% | 0.25% | - |
| HSV(B) | 275.06º | 0.75% | 0.4% | - |
| XYZ | 5.42 | 3.06 | 13.14 | - |
| YUV | 48.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 103 | 0.31 | 0.75 | 0 | 0.60 | 275.06 | 0.6 | 0.25 |
| Hex | 47 | 1A | 67 | 1F | 4B | 0 | 3C | 113 | 3C | 19 |
| Octal | 107 | 32 | 147 | 37 | 113 | 0 | 74 | 423 | 74 | 31 |
| Binary | 1000111 | 11010 | 1100111 | 11111 | 1001011 | 0 | 111100 | 100010011 | 111100 | 11001 |
Color Harmonies of #471A67
Complementary color
Monochromatic Colors of #471A67
Black with #471A67
Text Example
Text Example
White with #471A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A67; }
p { color: rgb(71,26,103); }
H1.HeaderClassName
{
color: #471A67;
}
.AnyTagClassName
{
color: #471A67;
}
</style>
background-color css
<style>
a { background-color: #471A67; }
a { background-color: rgb(71,26,103); }
div.DivClassName
{
background-color: #471A67;
}
.BgClassName
{
background-color: #471A67;
}
</style>
border-color css
<style>
span { border-color: #471A67; }
span { border-color: rgb(71,26,103); }
td.TdClassName
{
border-color: #471A67;
}
.TagClassName
{
border-color: #471A67;
}
</style>