Shades of Blue Diamond #4A3371
Tints of Blue Diamond #4A3371
RGB
CMYK
RGB Variations
Color information
#4A3371 (or 0x4A3371) is known color: Blue Diamond. HEX triplet: 4A, 33 and 71. RGB value is (74,51,113). Sum of RGB (Red+Green+Blue) = 74+51+113=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3371 is #B5CC8E. Grayscale: #404040. Windows color (decimal): -11914383 or 7418698. OLE color: 7418698.
HSL color Cylindrical-coordinate representation of color #4A3371: hue angle of 262.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3371 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 51 | 113 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.56 |
| HSL | 262.26º | 0.38% | 0.32% | - |
| HSV(B) | 262.26º | 0.55% | 0.44% | - |
| XYZ | 6.99 | 5.02 | 16.22 | - |
| YUV | 64.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 113 | 0.35 | 0.55 | 0 | 0.56 | 262.26 | 0.38 | 0.32 |
| Hex | 4A | 33 | 71 | 23 | 37 | 0 | 38 | 106 | 26 | 20 |
| Octal | 112 | 63 | 161 | 43 | 67 | 0 | 70 | 406 | 46 | 40 |
| Binary | 1001010 | 110011 | 1110001 | 100011 | 110111 | 0 | 111000 | 100000110 | 100110 | 100000 |
Color Harmonies of #4A3371
Complementary color
Monochromatic Colors of #4A3371
Black with #4A3371
Text Example
Text Example
White with #4A3371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3371; }
p { color: rgb(74,51,113); }
H1.HeaderClassName
{
color: #4A3371;
}
.AnyTagClassName
{
color: #4A3371;
}
</style>
background-color css
<style>
a { background-color: #4A3371; }
a { background-color: rgb(74,51,113); }
div.DivClassName
{
background-color: #4A3371;
}
.BgClassName
{
background-color: #4A3371;
}
</style>
border-color css
<style>
span { border-color: #4A3371; }
span { border-color: rgb(74,51,113); }
td.TdClassName
{
border-color: #4A3371;
}
.TagClassName
{
border-color: #4A3371;
}
</style>