Shades of Blue Diamond #4A1776
Tints of Blue Diamond #4A1776
RGB
CMYK
RGB Variations
Color information
#4A1776 (or 0x4A1776) is known color: Blue Diamond. HEX triplet: 4A, 17 and 76. RGB value is (74,23,118). Sum of RGB (Red+Green+Blue) = 74+23+118=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1776 is #B5E889. Grayscale: #303030. Windows color (decimal): -11921546 or 7739210. OLE color: 7739210.
HSL color Cylindrical-coordinate representation of color #4A1776: hue angle of 272.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1776 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 23 | 118 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.54 |
| HSL | 272.21º | 0.67% | 0.28% | - |
| HSV(B) | 272.21º | 0.81% | 0.46% | - |
| XYZ | 6.4 | 3.38 | 17.45 | - |
| YUV | 49.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 118 | 0.37 | 0.81 | 0 | 0.54 | 272.21 | 0.67 | 0.28 |
| Hex | 4A | 17 | 76 | 25 | 51 | 0 | 36 | 110 | 43 | 1C |
| Octal | 112 | 27 | 166 | 45 | 121 | 0 | 66 | 420 | 103 | 34 |
| Binary | 1001010 | 10111 | 1110110 | 100101 | 1010001 | 0 | 110110 | 100010000 | 1000011 | 11100 |
Color Harmonies of #4A1776
Complementary color
Monochromatic Colors of #4A1776
Black with #4A1776
Text Example
Text Example
White with #4A1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1776; }
p { color: rgb(74,23,118); }
H1.HeaderClassName
{
color: #4A1776;
}
.AnyTagClassName
{
color: #4A1776;
}
</style>
background-color css
<style>
a { background-color: #4A1776; }
a { background-color: rgb(74,23,118); }
div.DivClassName
{
background-color: #4A1776;
}
.BgClassName
{
background-color: #4A1776;
}
</style>
border-color css
<style>
span { border-color: #4A1776; }
span { border-color: rgb(74,23,118); }
td.TdClassName
{
border-color: #4A1776;
}
.TagClassName
{
border-color: #4A1776;
}
</style>