Shades of Blue Diamond #4A1675
Tints of Blue Diamond #4A1675
RGB
CMYK
RGB Variations
Color information
#4A1675 (or 0x4A1675) is known color: Blue Diamond. HEX triplet: 4A, 16 and 75. RGB value is (74,22,117). Sum of RGB (Red+Green+Blue) = 74+22+117=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1675 is #B5E98A. Grayscale: #303030. Windows color (decimal): -11921803 or 7673418. OLE color: 7673418.
HSL color Cylindrical-coordinate representation of color #4A1675: hue angle of 272.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1675 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 22 | 117 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.54 |
| HSL | 272.84º | 0.68% | 0.27% | - |
| HSV(B) | 272.84º | 0.81% | 0.46% | - |
| XYZ | 6.32 | 3.31 | 17.14 | - |
| YUV | 48.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 117 | 0.37 | 0.81 | 0 | 0.54 | 272.84 | 0.68 | 0.27 |
| Hex | 4A | 16 | 75 | 25 | 51 | 0 | 36 | 111 | 44 | 1B |
| Octal | 112 | 26 | 165 | 45 | 121 | 0 | 66 | 421 | 104 | 33 |
| Binary | 1001010 | 10110 | 1110101 | 100101 | 1010001 | 0 | 110110 | 100010001 | 1000100 | 11011 |
Color Harmonies of #4A1675
Complementary color
Monochromatic Colors of #4A1675
Black with #4A1675
Text Example
Text Example
White with #4A1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1675; }
p { color: rgb(74,22,117); }
H1.HeaderClassName
{
color: #4A1675;
}
.AnyTagClassName
{
color: #4A1675;
}
</style>
background-color css
<style>
a { background-color: #4A1675; }
a { background-color: rgb(74,22,117); }
div.DivClassName
{
background-color: #4A1675;
}
.BgClassName
{
background-color: #4A1675;
}
</style>
border-color css
<style>
span { border-color: #4A1675; }
span { border-color: rgb(74,22,117); }
td.TdClassName
{
border-color: #4A1675;
}
.TagClassName
{
border-color: #4A1675;
}
</style>