Shades of Blue Diamond #4A3168
Tints of Blue Diamond #4A3168
RGB
CMYK
RGB Variations
Color information
#4A3168 (or 0x4A3168) is known color: Blue Diamond. HEX triplet: 4A, 31 and 68. RGB value is (74,49,104). Sum of RGB (Red+Green+Blue) = 74+49+104=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A3168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3168 is #B5CE97. Grayscale: #3E3E3E. Windows color (decimal): -11914904 or 6828362. OLE color: 6828362.
HSL color Cylindrical-coordinate representation of color #4A3168: hue angle of 267.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A3168 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 49 | 104 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.59 |
| HSL | 267.27º | 0.36% | 0.3% | - |
| HSV(B) | 267.27º | 0.53% | 0.41% | - |
| XYZ | 6.42 | 4.65 | 13.66 | - |
| YUV | 62.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 104 | 0.29 | 0.53 | 0 | 0.59 | 267.27 | 0.36 | 0.3 |
| Hex | 4A | 31 | 68 | 1D | 35 | 0 | 3B | 10B | 24 | 1E |
| Octal | 112 | 61 | 150 | 35 | 65 | 0 | 73 | 413 | 44 | 36 |
| Binary | 1001010 | 110001 | 1101000 | 11101 | 110101 | 0 | 111011 | 100001011 | 100100 | 11110 |
Color Harmonies of #4A3168
Complementary color
Monochromatic Colors of #4A3168
Black with #4A3168
Text Example
Text Example
White with #4A3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3168; }
p { color: rgb(74,49,104); }
H1.HeaderClassName
{
color: #4A3168;
}
.AnyTagClassName
{
color: #4A3168;
}
</style>
background-color css
<style>
a { background-color: #4A3168; }
a { background-color: rgb(74,49,104); }
div.DivClassName
{
background-color: #4A3168;
}
.BgClassName
{
background-color: #4A3168;
}
</style>
border-color css
<style>
span { border-color: #4A3168; }
span { border-color: rgb(74,49,104); }
td.TdClassName
{
border-color: #4A3168;
}
.TagClassName
{
border-color: #4A3168;
}
</style>