Shades of Blue Diamond #4A316F
Tints of Blue Diamond #4A316F
RGB
CMYK
RGB Variations
Color information
#4A316F (or 0x4A316F) is known color: Blue Diamond. HEX triplet: 4A, 31 and 6F. RGB value is (74,49,111). Sum of RGB (Red+Green+Blue) = 74+49+111=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A316F is #B5CE90. Grayscale: #3F3F3F. Windows color (decimal): -11914897 or 7287114. OLE color: 7287114.
HSL color Cylindrical-coordinate representation of color #4A316F: hue angle of 264.19º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A316F is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 49 | 111 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.56 |
| HSL | 264.19º | 0.39% | 0.31% | - |
| HSV(B) | 264.19º | 0.56% | 0.44% | - |
| XYZ | 6.79 | 4.8 | 15.61 | - |
| YUV | 63.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 111 | 0.33 | 0.56 | 0 | 0.56 | 264.19 | 0.39 | 0.31 |
| Hex | 4A | 31 | 6F | 21 | 38 | 0 | 38 | 108 | 27 | 1F |
| Octal | 112 | 61 | 157 | 41 | 70 | 0 | 70 | 410 | 47 | 37 |
| Binary | 1001010 | 110001 | 1101111 | 100001 | 111000 | 0 | 111000 | 100001000 | 100111 | 11111 |
Color Harmonies of #4A316F
Complementary color
Monochromatic Colors of #4A316F
Black with #4A316F
Text Example
Text Example
White with #4A316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A316F; }
p { color: rgb(74,49,111); }
H1.HeaderClassName
{
color: #4A316F;
}
.AnyTagClassName
{
color: #4A316F;
}
</style>
background-color css
<style>
a { background-color: #4A316F; }
a { background-color: rgb(74,49,111); }
div.DivClassName
{
background-color: #4A316F;
}
.BgClassName
{
background-color: #4A316F;
}
</style>
border-color css
<style>
span { border-color: #4A316F; }
span { border-color: rgb(74,49,111); }
td.TdClassName
{
border-color: #4A316F;
}
.TagClassName
{
border-color: #4A316F;
}
</style>