Shades of Blue Diamond #482574
Tints of Blue Diamond #482574
RGB
CMYK
RGB Variations
Color information
#482574 (or 0x482574) is known color: Blue Diamond. HEX triplet: 48, 25 and 74. RGB value is (72,37,116). Sum of RGB (Red+Green+Blue) = 72+37+116=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #482574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482574 is #B7DA8B. Grayscale: #383838. Windows color (decimal): -12049036 or 7611720. OLE color: 7611720.
HSL color Cylindrical-coordinate representation of color #482574: hue angle of 266.58º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482574 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 37 | 116 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.55 |
| HSL | 266.58º | 0.52% | 0.3% | - |
| HSV(B) | 266.58º | 0.68% | 0.45% | - |
| XYZ | 6.49 | 3.96 | 16.95 | - |
| YUV | 56.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 116 | 0.38 | 0.68 | 0 | 0.55 | 266.58 | 0.52 | 0.3 |
| Hex | 48 | 25 | 74 | 26 | 44 | 0 | 37 | 10B | 34 | 1E |
| Octal | 110 | 45 | 164 | 46 | 104 | 0 | 67 | 413 | 64 | 36 |
| Binary | 1001000 | 100101 | 1110100 | 100110 | 1000100 | 0 | 110111 | 100001011 | 110100 | 11110 |
Color Harmonies of #482574
Complementary color
Monochromatic Colors of #482574
Black with #482574
Text Example
Text Example
White with #482574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482574; }
p { color: rgb(72,37,116); }
H1.HeaderClassName
{
color: #482574;
}
.AnyTagClassName
{
color: #482574;
}
</style>
background-color css
<style>
a { background-color: #482574; }
a { background-color: rgb(72,37,116); }
div.DivClassName
{
background-color: #482574;
}
.BgClassName
{
background-color: #482574;
}
</style>
border-color css
<style>
span { border-color: #482574; }
span { border-color: rgb(72,37,116); }
td.TdClassName
{
border-color: #482574;
}
.TagClassName
{
border-color: #482574;
}
</style>