Shades of Blue Diamond #482474
Tints of Blue Diamond #482474
RGB
CMYK
RGB Variations
Color information
#482474 (or 0x482474) is known color: Blue Diamond. HEX triplet: 48, 24 and 74. RGB value is (72,36,116). Sum of RGB (Red+Green+Blue) = 72+36+116=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #482474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482474 is #B7DB8B. Grayscale: #373737. Windows color (decimal): -12049292 or 7611464. OLE color: 7611464.
HSL color Cylindrical-coordinate representation of color #482474: hue angle of 267º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482474 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 36 | 116 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.55 |
| HSL | 267º | 0.53% | 0.3% | - |
| HSV(B) | 267º | 0.69% | 0.45% | - |
| XYZ | 6.46 | 3.9 | 16.94 | - |
| YUV | 55.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 116 | 0.38 | 0.69 | 0 | 0.55 | 267 | 0.53 | 0.3 |
| Hex | 48 | 24 | 74 | 26 | 45 | 0 | 37 | 10B | 35 | 1E |
| Octal | 110 | 44 | 164 | 46 | 105 | 0 | 67 | 413 | 65 | 36 |
| Binary | 1001000 | 100100 | 1110100 | 100110 | 1000101 | 0 | 110111 | 100001011 | 110101 | 11110 |
Color Harmonies of #482474
Complementary color
Monochromatic Colors of #482474
Black with #482474
Text Example
Text Example
White with #482474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482474; }
p { color: rgb(72,36,116); }
H1.HeaderClassName
{
color: #482474;
}
.AnyTagClassName
{
color: #482474;
}
</style>
background-color css
<style>
a { background-color: #482474; }
a { background-color: rgb(72,36,116); }
div.DivClassName
{
background-color: #482474;
}
.BgClassName
{
background-color: #482474;
}
</style>
border-color css
<style>
span { border-color: #482474; }
span { border-color: rgb(72,36,116); }
td.TdClassName
{
border-color: #482474;
}
.TagClassName
{
border-color: #482474;
}
</style>