Shades of Blue Diamond #493264
Tints of Blue Diamond #493264
RGB
CMYK
RGB Variations
Color information
#493264 (or 0x493264) is known color: Blue Diamond. HEX triplet: 49, 32 and 64. RGB value is (73,50,100). Sum of RGB (Red+Green+Blue) = 73+50+100=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #493264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493264 is #B6CD9B. Grayscale: #3E3E3E. Windows color (decimal): -11980188 or 6566473. OLE color: 6566473.
HSL color Cylindrical-coordinate representation of color #493264: hue angle of 267.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493264 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 50 | 100 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.61 |
| HSL | 267.6º | 0.33% | 0.29% | - |
| HSV(B) | 267.6º | 0.5% | 0.39% | - |
| XYZ | 6.19 | 4.62 | 12.62 | - |
| YUV | 62.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 100 | 0.27 | 0.50 | 0 | 0.61 | 267.6 | 0.33 | 0.29 |
| Hex | 49 | 32 | 64 | 1B | 32 | 0 | 3D | 10C | 21 | 1D |
| Octal | 111 | 62 | 144 | 33 | 62 | 0 | 75 | 414 | 41 | 35 |
| Binary | 1001001 | 110010 | 1100100 | 11011 | 110010 | 0 | 111101 | 100001100 | 100001 | 11101 |
Color Harmonies of #493264
Complementary color
Monochromatic Colors of #493264
Black with #493264
Text Example
Text Example
White with #493264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493264; }
p { color: rgb(73,50,100); }
H1.HeaderClassName
{
color: #493264;
}
.AnyTagClassName
{
color: #493264;
}
</style>
background-color css
<style>
a { background-color: #493264; }
a { background-color: rgb(73,50,100); }
div.DivClassName
{
background-color: #493264;
}
.BgClassName
{
background-color: #493264;
}
</style>
border-color css
<style>
span { border-color: #493264; }
span { border-color: rgb(73,50,100); }
td.TdClassName
{
border-color: #493264;
}
.TagClassName
{
border-color: #493264;
}
</style>