Shades of Blue Diamond #4A3062
Tints of Blue Diamond #4A3062
RGB
CMYK
RGB Variations
Color information
#4A3062 (or 0x4A3062) is known color: Blue Diamond. HEX triplet: 4A, 30 and 62. RGB value is (74,48,98). Sum of RGB (Red+Green+Blue) = 74+48+98=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3062 is #B5CF9D. Grayscale: #3D3D3D. Windows color (decimal): -11915166 or 6434890. OLE color: 6434890.
HSL color Cylindrical-coordinate representation of color #4A3062: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3062 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 48 | 98 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.62 |
| HSL | 271.2º | 0.34% | 0.29% | - |
| HSV(B) | 271.2º | 0.51% | 0.38% | - |
| XYZ | 6.09 | 4.45 | 12.09 | - |
| YUV | 61.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 98 | 0.24 | 0.51 | 0 | 0.62 | 271.2 | 0.34 | 0.29 |
| Hex | 4A | 30 | 62 | 18 | 33 | 0 | 3E | 10F | 22 | 1D |
| Octal | 112 | 60 | 142 | 30 | 63 | 0 | 76 | 417 | 42 | 35 |
| Binary | 1001010 | 110000 | 1100010 | 11000 | 110011 | 0 | 111110 | 100001111 | 100010 | 11101 |
Color Harmonies of #4A3062
Complementary color
Monochromatic Colors of #4A3062
Black with #4A3062
Text Example
Text Example
White with #4A3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3062; }
p { color: rgb(74,48,98); }
H1.HeaderClassName
{
color: #4A3062;
}
.AnyTagClassName
{
color: #4A3062;
}
</style>
background-color css
<style>
a { background-color: #4A3062; }
a { background-color: rgb(74,48,98); }
div.DivClassName
{
background-color: #4A3062;
}
.BgClassName
{
background-color: #4A3062;
}
</style>
border-color css
<style>
span { border-color: #4A3062; }
span { border-color: rgb(74,48,98); }
td.TdClassName
{
border-color: #4A3062;
}
.TagClassName
{
border-color: #4A3062;
}
</style>