Shades of Blue Diamond #493265
Tints of Blue Diamond #493265
RGB
CMYK
RGB Variations
Color information
#493265 (or 0x493265) is known color: Blue Diamond. HEX triplet: 49, 32 and 65. RGB value is (73,50,101). Sum of RGB (Red+Green+Blue) = 73+50+101=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #493265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493265 is #B6CD9A. Grayscale: #3E3E3E. Windows color (decimal): -11980187 or 6632009. OLE color: 6632009.
HSL color Cylindrical-coordinate representation of color #493265: hue angle of 267.06º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493265 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 50 | 101 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.60 |
| HSL | 267.06º | 0.34% | 0.3% | - |
| HSV(B) | 267.06º | 0.5% | 0.4% | - |
| XYZ | 6.24 | 4.64 | 12.88 | - |
| YUV | 62.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 101 | 0.28 | 0.50 | 0 | 0.60 | 267.06 | 0.34 | 0.3 |
| Hex | 49 | 32 | 65 | 1C | 32 | 0 | 3C | 10B | 22 | 1E |
| Octal | 111 | 62 | 145 | 34 | 62 | 0 | 74 | 413 | 42 | 36 |
| Binary | 1001001 | 110010 | 1100101 | 11100 | 110010 | 0 | 111100 | 100001011 | 100010 | 11110 |
Color Harmonies of #493265
Complementary color
Monochromatic Colors of #493265
Black with #493265
Text Example
Text Example
White with #493265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493265; }
p { color: rgb(73,50,101); }
H1.HeaderClassName
{
color: #493265;
}
.AnyTagClassName
{
color: #493265;
}
</style>
background-color css
<style>
a { background-color: #493265; }
a { background-color: rgb(73,50,101); }
div.DivClassName
{
background-color: #493265;
}
.BgClassName
{
background-color: #493265;
}
</style>
border-color css
<style>
span { border-color: #493265; }
span { border-color: rgb(73,50,101); }
td.TdClassName
{
border-color: #493265;
}
.TagClassName
{
border-color: #493265;
}
</style>