Shades of Blue Diamond #481975
Tints of Blue Diamond #481975
RGB
CMYK
RGB Variations
Color information
#481975 (or 0x481975) is known color: Blue Diamond. HEX triplet: 48, 19 and 75. RGB value is (72,25,117). Sum of RGB (Red+Green+Blue) = 72+25+117=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #481975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481975 is #B7E68A. Grayscale: #313131. Windows color (decimal): -12052107 or 7674184. OLE color: 7674184.
HSL color Cylindrical-coordinate representation of color #481975: hue angle of 270.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481975 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 25 | 117 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.54 |
| HSL | 270.65º | 0.65% | 0.28% | - |
| HSV(B) | 270.65º | 0.79% | 0.46% | - |
| XYZ | 6.23 | 3.36 | 17.15 | - |
| YUV | 49.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 117 | 0.38 | 0.79 | 0 | 0.54 | 270.65 | 0.65 | 0.28 |
| Hex | 48 | 19 | 75 | 26 | 4F | 0 | 36 | 10F | 41 | 1C |
| Octal | 110 | 31 | 165 | 46 | 117 | 0 | 66 | 417 | 101 | 34 |
| Binary | 1001000 | 11001 | 1110101 | 100110 | 1001111 | 0 | 110110 | 100001111 | 1000001 | 11100 |
Color Harmonies of #481975
Complementary color
Monochromatic Colors of #481975
Black with #481975
Text Example
Text Example
White with #481975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481975; }
p { color: rgb(72,25,117); }
H1.HeaderClassName
{
color: #481975;
}
.AnyTagClassName
{
color: #481975;
}
</style>
background-color css
<style>
a { background-color: #481975; }
a { background-color: rgb(72,25,117); }
div.DivClassName
{
background-color: #481975;
}
.BgClassName
{
background-color: #481975;
}
</style>
border-color css
<style>
span { border-color: #481975; }
span { border-color: rgb(72,25,117); }
td.TdClassName
{
border-color: #481975;
}
.TagClassName
{
border-color: #481975;
}
</style>