Shades of Blue Diamond #4A3363
Tints of Blue Diamond #4A3363
RGB
CMYK
RGB Variations
Color information
#4A3363 (or 0x4A3363) is known color: Blue Diamond. HEX triplet: 4A, 33 and 63. RGB value is (74,51,99). Sum of RGB (Red+Green+Blue) = 74+51+99=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3363 is #B5CC9C. Grayscale: #3F3F3F. Windows color (decimal): -11914397 or 6501194. OLE color: 6501194.
HSL color Cylindrical-coordinate representation of color #4A3363: hue angle of 268.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A3363 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 51 | 99 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.61 |
| HSL | 268.75º | 0.32% | 0.29% | - |
| HSV(B) | 268.75º | 0.48% | 0.39% | - |
| XYZ | 6.26 | 4.72 | 12.39 | - |
| YUV | 63.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 99 | 0.25 | 0.48 | 0 | 0.61 | 268.75 | 0.32 | 0.29 |
| Hex | 4A | 33 | 63 | 19 | 30 | 0 | 3D | 10D | 20 | 1D |
| Octal | 112 | 63 | 143 | 31 | 60 | 0 | 75 | 415 | 40 | 35 |
| Binary | 1001010 | 110011 | 1100011 | 11001 | 110000 | 0 | 111101 | 100001101 | 100000 | 11101 |
Color Harmonies of #4A3363
Complementary color
Monochromatic Colors of #4A3363
Black with #4A3363
Text Example
Text Example
White with #4A3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3363; }
p { color: rgb(74,51,99); }
H1.HeaderClassName
{
color: #4A3363;
}
.AnyTagClassName
{
color: #4A3363;
}
</style>
background-color css
<style>
a { background-color: #4A3363; }
a { background-color: rgb(74,51,99); }
div.DivClassName
{
background-color: #4A3363;
}
.BgClassName
{
background-color: #4A3363;
}
</style>
border-color css
<style>
span { border-color: #4A3363; }
span { border-color: rgb(74,51,99); }
td.TdClassName
{
border-color: #4A3363;
}
.TagClassName
{
border-color: #4A3363;
}
</style>