Shades of Blue Diamond #4A3163
Tints of Blue Diamond #4A3163
RGB
CMYK
RGB Variations
Color information
#4A3163 (or 0x4A3163) is known color: Blue Diamond. HEX triplet: 4A, 31 and 63. RGB value is (74,49,99). Sum of RGB (Red+Green+Blue) = 74+49+99=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3163 is #B5CE9C. Grayscale: #3E3E3E. Windows color (decimal): -11914909 or 6500682. OLE color: 6500682.
HSL color Cylindrical-coordinate representation of color #4A3163: hue angle of 270º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3163 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 49 | 99 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.61 |
| HSL | 270º | 0.34% | 0.29% | - |
| HSV(B) | 270º | 0.51% | 0.39% | - |
| XYZ | 6.17 | 4.55 | 12.36 | - |
| YUV | 62.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 99 | 0.25 | 0.51 | 0 | 0.61 | 270 | 0.34 | 0.29 |
| Hex | 4A | 31 | 63 | 19 | 33 | 0 | 3D | 10E | 22 | 1D |
| Octal | 112 | 61 | 143 | 31 | 63 | 0 | 75 | 416 | 42 | 35 |
| Binary | 1001010 | 110001 | 1100011 | 11001 | 110011 | 0 | 111101 | 100001110 | 100010 | 11101 |
Color Harmonies of #4A3163
Complementary color
Monochromatic Colors of #4A3163
Black with #4A3163
Text Example
Text Example
White with #4A3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3163; }
p { color: rgb(74,49,99); }
H1.HeaderClassName
{
color: #4A3163;
}
.AnyTagClassName
{
color: #4A3163;
}
</style>
background-color css
<style>
a { background-color: #4A3163; }
a { background-color: rgb(74,49,99); }
div.DivClassName
{
background-color: #4A3163;
}
.BgClassName
{
background-color: #4A3163;
}
</style>
border-color css
<style>
span { border-color: #4A3163; }
span { border-color: rgb(74,49,99); }
td.TdClassName
{
border-color: #4A3163;
}
.TagClassName
{
border-color: #4A3163;
}
</style>