Shades of Blue Diamond #483166
Tints of Blue Diamond #483166
RGB
CMYK
RGB Variations
Color information
#483166 (or 0x483166) is known color: Blue Diamond. HEX triplet: 48, 31 and 66. RGB value is (72,49,102). Sum of RGB (Red+Green+Blue) = 72+49+102=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #483166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483166 is #B7CE99. Grayscale: #3D3D3D. Windows color (decimal): -12045978 or 6697288. OLE color: 6697288.
HSL color Cylindrical-coordinate representation of color #483166: hue angle of 266.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483166 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 49 | 102 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.6 |
| HSL | 266.04º | 0.35% | 0.3% | - |
| HSV(B) | 266.04º | 0.52% | 0.4% | - |
| XYZ | 6.17 | 4.53 | 13.12 | - |
| YUV | 61.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 102 | 0.29 | 0.52 | 0 | 0.6 | 266.04 | 0.35 | 0.3 |
| Hex | 48 | 31 | 66 | 1D | 34 | 0 | 3C | 10A | 23 | 1E |
| Octal | 110 | 61 | 146 | 35 | 64 | 0 | 74 | 412 | 43 | 36 |
| Binary | 1001000 | 110001 | 1100110 | 11101 | 110100 | 0 | 111100 | 100001010 | 100011 | 11110 |
Color Harmonies of #483166
Complementary color
Monochromatic Colors of #483166
Black with #483166
Text Example
Text Example
White with #483166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483166; }
p { color: rgb(72,49,102); }
H1.HeaderClassName
{
color: #483166;
}
.AnyTagClassName
{
color: #483166;
}
</style>
background-color css
<style>
a { background-color: #483166; }
a { background-color: rgb(72,49,102); }
div.DivClassName
{
background-color: #483166;
}
.BgClassName
{
background-color: #483166;
}
</style>
border-color css
<style>
span { border-color: #483166; }
span { border-color: rgb(72,49,102); }
td.TdClassName
{
border-color: #483166;
}
.TagClassName
{
border-color: #483166;
}
</style>