Shades of Blue Diamond #4A1773
Tints of Blue Diamond #4A1773
RGB
CMYK
RGB Variations
Color information
#4A1773 (or 0x4A1773) is known color: Blue Diamond. HEX triplet: 4A, 17 and 73. RGB value is (74,23,115). Sum of RGB (Red+Green+Blue) = 74+23+115=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1773 is #B5E88C. Grayscale: #303030. Windows color (decimal): -11921549 or 7542602. OLE color: 7542602.
HSL color Cylindrical-coordinate representation of color #4A1773: hue angle of 273.26º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1773 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 23 | 115 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.55 |
| HSL | 273.26º | 0.67% | 0.27% | - |
| HSV(B) | 273.26º | 0.8% | 0.45% | - |
| XYZ | 6.22 | 3.31 | 16.53 | - |
| YUV | 48.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 115 | 0.36 | 0.80 | 0 | 0.55 | 273.26 | 0.67 | 0.27 |
| Hex | 4A | 17 | 73 | 24 | 50 | 0 | 37 | 111 | 43 | 1B |
| Octal | 112 | 27 | 163 | 44 | 120 | 0 | 67 | 421 | 103 | 33 |
| Binary | 1001010 | 10111 | 1110011 | 100100 | 1010000 | 0 | 110111 | 100010001 | 1000011 | 11011 |
Color Harmonies of #4A1773
Complementary color
Monochromatic Colors of #4A1773
Black with #4A1773
Text Example
Text Example
White with #4A1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1773; }
p { color: rgb(74,23,115); }
H1.HeaderClassName
{
color: #4A1773;
}
.AnyTagClassName
{
color: #4A1773;
}
</style>
background-color css
<style>
a { background-color: #4A1773; }
a { background-color: rgb(74,23,115); }
div.DivClassName
{
background-color: #4A1773;
}
.BgClassName
{
background-color: #4A1773;
}
</style>
border-color css
<style>
span { border-color: #4A1773; }
span { border-color: rgb(74,23,115); }
td.TdClassName
{
border-color: #4A1773;
}
.TagClassName
{
border-color: #4A1773;
}
</style>