Shades of Blue Diamond #482374
Tints of Blue Diamond #482374
RGB
CMYK
RGB Variations
Color information
#482374 (or 0x482374) is known color: Blue Diamond. HEX triplet: 48, 23 and 74. RGB value is (72,35,116). Sum of RGB (Red+Green+Blue) = 72+35+116=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #482374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482374 is #B7DC8B. Grayscale: #373737. Windows color (decimal): -12049548 or 7611208. OLE color: 7611208.
HSL color Cylindrical-coordinate representation of color #482374: hue angle of 267.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #482374 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 35 | 116 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.55 |
| HSL | 267.41º | 0.54% | 0.3% | - |
| HSV(B) | 267.41º | 0.7% | 0.45% | - |
| XYZ | 6.43 | 3.84 | 16.93 | - |
| YUV | 55.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 116 | 0.38 | 0.70 | 0 | 0.55 | 267.41 | 0.54 | 0.3 |
| Hex | 48 | 23 | 74 | 26 | 46 | 0 | 37 | 10B | 36 | 1E |
| Octal | 110 | 43 | 164 | 46 | 106 | 0 | 67 | 413 | 66 | 36 |
| Binary | 1001000 | 100011 | 1110100 | 100110 | 1000110 | 0 | 110111 | 100001011 | 110110 | 11110 |
Color Harmonies of #482374
Complementary color
Monochromatic Colors of #482374
Black with #482374
Text Example
Text Example
White with #482374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482374; }
p { color: rgb(72,35,116); }
H1.HeaderClassName
{
color: #482374;
}
.AnyTagClassName
{
color: #482374;
}
</style>
background-color css
<style>
a { background-color: #482374; }
a { background-color: rgb(72,35,116); }
div.DivClassName
{
background-color: #482374;
}
.BgClassName
{
background-color: #482374;
}
</style>
border-color css
<style>
span { border-color: #482374; }
span { border-color: rgb(72,35,116); }
td.TdClassName
{
border-color: #482374;
}
.TagClassName
{
border-color: #482374;
}
</style>