Shades of Blue Diamond #492F70
Tints of Blue Diamond #492F70
RGB
CMYK
RGB Variations
Color information
#492F70 (or 0x492F70) is known color: Blue Diamond. HEX triplet: 49, 2F and 70. RGB value is (73,47,112). Sum of RGB (Red+Green+Blue) = 73+47+112=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #492F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F70 is #B6D08F. Grayscale: #3D3D3D. Windows color (decimal): -11980944 or 7352137. OLE color: 7352137.
HSL color Cylindrical-coordinate representation of color #492F70: hue angle of 264º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492F70 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 47 | 112 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.56 |
| HSL | 264º | 0.41% | 0.31% | - |
| HSV(B) | 264º | 0.58% | 0.44% | - |
| XYZ | 6.69 | 4.62 | 15.87 | - |
| YUV | 62.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 112 | 0.35 | 0.58 | 0 | 0.56 | 264 | 0.41 | 0.31 |
| Hex | 49 | 2F | 70 | 23 | 3A | 0 | 38 | 108 | 29 | 1F |
| Octal | 111 | 57 | 160 | 43 | 72 | 0 | 70 | 410 | 51 | 37 |
| Binary | 1001001 | 101111 | 1110000 | 100011 | 111010 | 0 | 111000 | 100001000 | 101001 | 11111 |
Color Harmonies of #492F70
Complementary color
Monochromatic Colors of #492F70
Black with #492F70
Text Example
Text Example
White with #492F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F70; }
p { color: rgb(73,47,112); }
H1.HeaderClassName
{
color: #492F70;
}
.AnyTagClassName
{
color: #492F70;
}
</style>
background-color css
<style>
a { background-color: #492F70; }
a { background-color: rgb(73,47,112); }
div.DivClassName
{
background-color: #492F70;
}
.BgClassName
{
background-color: #492F70;
}
</style>
border-color css
<style>
span { border-color: #492F70; }
span { border-color: rgb(73,47,112); }
td.TdClassName
{
border-color: #492F70;
}
.TagClassName
{
border-color: #492F70;
}
</style>