Shades of Blue Diamond #4A1C6F
Tints of Blue Diamond #4A1C6F
RGB
CMYK
RGB Variations
Color information
#4A1C6F (or 0x4A1C6F) is known color: Blue Diamond. HEX triplet: 4A, 1C and 6F. RGB value is (74,28,111). Sum of RGB (Red+Green+Blue) = 74+28+111=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A1C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1C6F is #B5E390. Grayscale: #323232. Windows color (decimal): -11920273 or 7281738. OLE color: 7281738.
HSL color Cylindrical-coordinate representation of color #4A1C6F: hue angle of 273.25º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1C6F is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 28 | 111 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.56 |
| HSL | 273.25º | 0.6% | 0.27% | - |
| HSV(B) | 273.25º | 0.75% | 0.44% | - |
| XYZ | 6.11 | 3.43 | 15.38 | - |
| YUV | 51.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 111 | 0.33 | 0.75 | 0 | 0.56 | 273.25 | 0.6 | 0.27 |
| Hex | 4A | 1C | 6F | 21 | 4B | 0 | 38 | 111 | 3C | 1B |
| Octal | 112 | 34 | 157 | 41 | 113 | 0 | 70 | 421 | 74 | 33 |
| Binary | 1001010 | 11100 | 1101111 | 100001 | 1001011 | 0 | 111000 | 100010001 | 111100 | 11011 |
Color Harmonies of #4A1C6F
Complementary color
Monochromatic Colors of #4A1C6F
Black with #4A1C6F
Text Example
Text Example
White with #4A1C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1C6F; }
p { color: rgb(74,28,111); }
H1.HeaderClassName
{
color: #4A1C6F;
}
.AnyTagClassName
{
color: #4A1C6F;
}
</style>
background-color css
<style>
a { background-color: #4A1C6F; }
a { background-color: rgb(74,28,111); }
div.DivClassName
{
background-color: #4A1C6F;
}
.BgClassName
{
background-color: #4A1C6F;
}
</style>
border-color css
<style>
span { border-color: #4A1C6F; }
span { border-color: rgb(74,28,111); }
td.TdClassName
{
border-color: #4A1C6F;
}
.TagClassName
{
border-color: #4A1C6F;
}
</style>