Shades of Blue Diamond #492B6C
Tints of Blue Diamond #492B6C
RGB
CMYK
RGB Variations
Color information
#492B6C (or 0x492B6C) is known color: Blue Diamond. HEX triplet: 49, 2B and 6C. RGB value is (73,43,108). Sum of RGB (Red+Green+Blue) = 73+43+108=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #492B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B6C is #B6D493. Grayscale: #3B3B3B. Windows color (decimal): -11981972 or 7088969. OLE color: 7088969.
HSL color Cylindrical-coordinate representation of color #492B6C: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492B6C is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 43 | 108 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.58 |
| HSL | 267.69º | 0.43% | 0.3% | - |
| HSV(B) | 267.69º | 0.6% | 0.42% | - |
| XYZ | 6.32 | 4.23 | 14.67 | - |
| YUV | 59.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 108 | 0.32 | 0.60 | 0 | 0.58 | 267.69 | 0.43 | 0.3 |
| Hex | 49 | 2B | 6C | 20 | 3C | 0 | 3A | 10C | 2B | 1E |
| Octal | 111 | 53 | 154 | 40 | 74 | 0 | 72 | 414 | 53 | 36 |
| Binary | 1001001 | 101011 | 1101100 | 100000 | 111100 | 0 | 111010 | 100001100 | 101011 | 11110 |
Color Harmonies of #492B6C
Complementary color
Monochromatic Colors of #492B6C
Black with #492B6C
Text Example
Text Example
White with #492B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B6C; }
p { color: rgb(73,43,108); }
H1.HeaderClassName
{
color: #492B6C;
}
.AnyTagClassName
{
color: #492B6C;
}
</style>
background-color css
<style>
a { background-color: #492B6C; }
a { background-color: rgb(73,43,108); }
div.DivClassName
{
background-color: #492B6C;
}
.BgClassName
{
background-color: #492B6C;
}
</style>
border-color css
<style>
span { border-color: #492B6C; }
span { border-color: rgb(73,43,108); }
td.TdClassName
{
border-color: #492B6C;
}
.TagClassName
{
border-color: #492B6C;
}
</style>