Shades of Blue Diamond #481D74
Tints of Blue Diamond #481D74
RGB
CMYK
RGB Variations
Color information
#481D74 (or 0x481D74) is known color: Blue Diamond. HEX triplet: 48, 1D and 74. RGB value is (72,29,116). Sum of RGB (Red+Green+Blue) = 72+29+116=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #481D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D74 is #B7E28B. Grayscale: #333333. Windows color (decimal): -12051084 or 7609672. OLE color: 7609672.
HSL color Cylindrical-coordinate representation of color #481D74: hue angle of 269.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481D74 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 29 | 116 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.55 |
| HSL | 269.66º | 0.6% | 0.28% | - |
| HSV(B) | 269.66º | 0.75% | 0.45% | - |
| XYZ | 6.26 | 3.52 | 16.87 | - |
| YUV | 51.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 116 | 0.38 | 0.75 | 0 | 0.55 | 269.66 | 0.6 | 0.28 |
| Hex | 48 | 1D | 74 | 26 | 4B | 0 | 37 | 10E | 3C | 1C |
| Octal | 110 | 35 | 164 | 46 | 113 | 0 | 67 | 416 | 74 | 34 |
| Binary | 1001000 | 11101 | 1110100 | 100110 | 1001011 | 0 | 110111 | 100001110 | 111100 | 11100 |
Color Harmonies of #481D74
Complementary color
Monochromatic Colors of #481D74
Black with #481D74
Text Example
Text Example
White with #481D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D74; }
p { color: rgb(72,29,116); }
H1.HeaderClassName
{
color: #481D74;
}
.AnyTagClassName
{
color: #481D74;
}
</style>
background-color css
<style>
a { background-color: #481D74; }
a { background-color: rgb(72,29,116); }
div.DivClassName
{
background-color: #481D74;
}
.BgClassName
{
background-color: #481D74;
}
</style>
border-color css
<style>
span { border-color: #481D74; }
span { border-color: rgb(72,29,116); }
td.TdClassName
{
border-color: #481D74;
}
.TagClassName
{
border-color: #481D74;
}
</style>