Shades of Blue Diamond #4A2F63
Tints of Blue Diamond #4A2F63
RGB
CMYK
RGB Variations
Color information
#4A2F63 (or 0x4A2F63) is known color: Blue Diamond. HEX triplet: 4A, 2F and 63. RGB value is (74,47,99). Sum of RGB (Red+Green+Blue) = 74+47+99=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F63 is #B5D09C. Grayscale: #3C3C3C. Windows color (decimal): -11915421 or 6500170. OLE color: 6500170.
HSL color Cylindrical-coordinate representation of color #4A2F63: hue angle of 271.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A2F63 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 47 | 99 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.61 |
| HSL | 271.15º | 0.36% | 0.29% | - |
| HSV(B) | 271.15º | 0.53% | 0.39% | - |
| XYZ | 6.09 | 4.39 | 12.33 | - |
| YUV | 61 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 47 | 99 | 0.25 | 0.53 | 0 | 0.61 | 271.15 | 0.36 | 0.29 |
| Hex | 4A | 2F | 63 | 19 | 35 | 0 | 3D | 10F | 24 | 1D |
| Octal | 112 | 57 | 143 | 31 | 65 | 0 | 75 | 417 | 44 | 35 |
| Binary | 1001010 | 101111 | 1100011 | 11001 | 110101 | 0 | 111101 | 100001111 | 100100 | 11101 |
Color Harmonies of #4A2F63
Complementary color
Monochromatic Colors of #4A2F63
Black with #4A2F63
Text Example
Text Example
White with #4A2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2F63; }
p { color: rgb(74,47,99); }
H1.HeaderClassName
{
color: #4A2F63;
}
.AnyTagClassName
{
color: #4A2F63;
}
</style>
background-color css
<style>
a { background-color: #4A2F63; }
a { background-color: rgb(74,47,99); }
div.DivClassName
{
background-color: #4A2F63;
}
.BgClassName
{
background-color: #4A2F63;
}
</style>
border-color css
<style>
span { border-color: #4A2F63; }
span { border-color: rgb(74,47,99); }
td.TdClassName
{
border-color: #4A2F63;
}
.TagClassName
{
border-color: #4A2F63;
}
</style>