Shades of Blue Diamond #4A2370
Tints of Blue Diamond #4A2370
RGB
CMYK
RGB Variations
Color information
#4A2370 (or 0x4A2370) is known color: Blue Diamond. HEX triplet: 4A, 23 and 70. RGB value is (74,35,112). Sum of RGB (Red+Green+Blue) = 74+35+112=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2370 is #B5DC8F. Grayscale: #373737. Windows color (decimal): -11918480 or 7349066. OLE color: 7349066.
HSL color Cylindrical-coordinate representation of color #4A2370: hue angle of 270.39º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2370 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 35 | 112 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.56 |
| HSL | 270.39º | 0.52% | 0.29% | - |
| HSV(B) | 270.39º | 0.69% | 0.44% | - |
| XYZ | 6.35 | 3.83 | 15.73 | - |
| YUV | 55.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 112 | 0.34 | 0.69 | 0 | 0.56 | 270.39 | 0.52 | 0.29 |
| Hex | 4A | 23 | 70 | 22 | 45 | 0 | 38 | 10E | 34 | 1D |
| Octal | 112 | 43 | 160 | 42 | 105 | 0 | 70 | 416 | 64 | 35 |
| Binary | 1001010 | 100011 | 1110000 | 100010 | 1000101 | 0 | 111000 | 100001110 | 110100 | 11101 |
Color Harmonies of #4A2370
Complementary color
Monochromatic Colors of #4A2370
Black with #4A2370
Text Example
Text Example
White with #4A2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2370; }
p { color: rgb(74,35,112); }
H1.HeaderClassName
{
color: #4A2370;
}
.AnyTagClassName
{
color: #4A2370;
}
</style>
background-color css
<style>
a { background-color: #4A2370; }
a { background-color: rgb(74,35,112); }
div.DivClassName
{
background-color: #4A2370;
}
.BgClassName
{
background-color: #4A2370;
}
</style>
border-color css
<style>
span { border-color: #4A2370; }
span { border-color: rgb(74,35,112); }
td.TdClassName
{
border-color: #4A2370;
}
.TagClassName
{
border-color: #4A2370;
}
</style>