Shades of Blue Diamond #4A2A67
Tints of Blue Diamond #4A2A67
RGB
CMYK
RGB Variations
Color information
#4A2A67 (or 0x4A2A67) is known color: Blue Diamond. HEX triplet: 4A, 2A and 67. RGB value is (74,42,103). Sum of RGB (Red+Green+Blue) = 74+42+103=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A2A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2A67 is #B5D598. Grayscale: #3A3A3A. Windows color (decimal): -11916697 or 6761034. OLE color: 6761034.
HSL color Cylindrical-coordinate representation of color #4A2A67: hue angle of 271.48º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A2A67 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 42 | 103 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.60 |
| HSL | 271.48º | 0.42% | 0.28% | - |
| HSV(B) | 271.48º | 0.59% | 0.4% | - |
| XYZ | 6.1 | 4.09 | 13.3 | - |
| YUV | 58.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 103 | 0.28 | 0.59 | 0 | 0.60 | 271.48 | 0.42 | 0.28 |
| Hex | 4A | 2A | 67 | 1C | 3B | 0 | 3C | 10F | 2A | 1C |
| Octal | 112 | 52 | 147 | 34 | 73 | 0 | 74 | 417 | 52 | 34 |
| Binary | 1001010 | 101010 | 1100111 | 11100 | 111011 | 0 | 111100 | 100001111 | 101010 | 11100 |
Color Harmonies of #4A2A67
Complementary color
Monochromatic Colors of #4A2A67
Black with #4A2A67
Text Example
Text Example
White with #4A2A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A67; }
p { color: rgb(74,42,103); }
H1.HeaderClassName
{
color: #4A2A67;
}
.AnyTagClassName
{
color: #4A2A67;
}
</style>
background-color css
<style>
a { background-color: #4A2A67; }
a { background-color: rgb(74,42,103); }
div.DivClassName
{
background-color: #4A2A67;
}
.BgClassName
{
background-color: #4A2A67;
}
</style>
border-color css
<style>
span { border-color: #4A2A67; }
span { border-color: rgb(74,42,103); }
td.TdClassName
{
border-color: #4A2A67;
}
.TagClassName
{
border-color: #4A2A67;
}
</style>