Shades of Blue Diamond #482C6F
Tints of Blue Diamond #482C6F
RGB
CMYK
RGB Variations
Color information
#482C6F (or 0x482C6F) is known color: Blue Diamond. HEX triplet: 48, 2C and 6F. RGB value is (72,44,111). Sum of RGB (Red+Green+Blue) = 72+44+111=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #482C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C6F is #B7D390. Grayscale: #3B3B3B. Windows color (decimal): -12047249 or 7285832. OLE color: 7285832.
HSL color Cylindrical-coordinate representation of color #482C6F: hue angle of 265.07º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482C6F is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 44 | 111 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.56 |
| HSL | 265.07º | 0.43% | 0.3% | - |
| HSV(B) | 265.07º | 0.6% | 0.44% | - |
| XYZ | 6.44 | 4.33 | 15.53 | - |
| YUV | 60.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 111 | 0.35 | 0.60 | 0 | 0.56 | 265.07 | 0.43 | 0.3 |
| Hex | 48 | 2C | 6F | 23 | 3C | 0 | 38 | 109 | 2B | 1E |
| Octal | 110 | 54 | 157 | 43 | 74 | 0 | 70 | 411 | 53 | 36 |
| Binary | 1001000 | 101100 | 1101111 | 100011 | 111100 | 0 | 111000 | 100001001 | 101011 | 11110 |
Color Harmonies of #482C6F
Complementary color
Monochromatic Colors of #482C6F
Black with #482C6F
Text Example
Text Example
White with #482C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C6F; }
p { color: rgb(72,44,111); }
H1.HeaderClassName
{
color: #482C6F;
}
.AnyTagClassName
{
color: #482C6F;
}
</style>
background-color css
<style>
a { background-color: #482C6F; }
a { background-color: rgb(72,44,111); }
div.DivClassName
{
background-color: #482C6F;
}
.BgClassName
{
background-color: #482C6F;
}
</style>
border-color css
<style>
span { border-color: #482C6F; }
span { border-color: rgb(72,44,111); }
td.TdClassName
{
border-color: #482C6F;
}
.TagClassName
{
border-color: #482C6F;
}
</style>