Shades of Blue Diamond #47146E
Tints of Blue Diamond #47146E
RGB
CMYK
RGB Variations
Color information
#47146E (or 0x47146E) is known color: Blue Diamond. HEX triplet: 47, 14 and 6E. RGB value is (71,20,110). Sum of RGB (Red+Green+Blue) = 71+20+110=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #47146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47146E is #B8EB91. Grayscale: #2D2D2D. Windows color (decimal): -12118930 or 7214151. OLE color: 7214151.
HSL color Cylindrical-coordinate representation of color #47146E: hue angle of 274º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47146E is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 20 | 110 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.57 |
| HSL | 274º | 0.69% | 0.25% | - |
| HSV(B) | 274º | 0.82% | 0.43% | - |
| XYZ | 5.66 | 2.97 | 15.03 | - |
| YUV | 45.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 110 | 0.35 | 0.82 | 0 | 0.57 | 274 | 0.69 | 0.25 |
| Hex | 47 | 14 | 6E | 23 | 52 | 0 | 39 | 112 | 45 | 19 |
| Octal | 107 | 24 | 156 | 43 | 122 | 0 | 71 | 422 | 105 | 31 |
| Binary | 1000111 | 10100 | 1101110 | 100011 | 1010010 | 0 | 111001 | 100010010 | 1000101 | 11001 |
Color Harmonies of #47146E
Complementary color
Monochromatic Colors of #47146E
Black with #47146E
Text Example
Text Example
White with #47146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47146E; }
p { color: rgb(71,20,110); }
H1.HeaderClassName
{
color: #47146E;
}
.AnyTagClassName
{
color: #47146E;
}
</style>
background-color css
<style>
a { background-color: #47146E; }
a { background-color: rgb(71,20,110); }
div.DivClassName
{
background-color: #47146E;
}
.BgClassName
{
background-color: #47146E;
}
</style>
border-color css
<style>
span { border-color: #47146E; }
span { border-color: rgb(71,20,110); }
td.TdClassName
{
border-color: #47146E;
}
.TagClassName
{
border-color: #47146E;
}
</style>