Shades of Blue Diamond #482D67
Tints of Blue Diamond #482D67
RGB
CMYK
RGB Variations
Color information
#482D67 (or 0x482D67) is known color: Blue Diamond. HEX triplet: 48, 2D and 67. RGB value is (72,45,103). Sum of RGB (Red+Green+Blue) = 72+45+103=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #482D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D67 is #B7D298. Grayscale: #3B3B3B. Windows color (decimal): -12047001 or 6761800. OLE color: 6761800.
HSL color Cylindrical-coordinate representation of color #482D67: hue angle of 267.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482D67 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 45 | 103 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.60 |
| HSL | 267.93º | 0.39% | 0.29% | - |
| HSV(B) | 267.93º | 0.56% | 0.4% | - |
| XYZ | 6.06 | 4.23 | 13.33 | - |
| YUV | 59.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 103 | 0.30 | 0.56 | 0 | 0.60 | 267.93 | 0.39 | 0.29 |
| Hex | 48 | 2D | 67 | 1E | 38 | 0 | 3C | 10C | 27 | 1D |
| Octal | 110 | 55 | 147 | 36 | 70 | 0 | 74 | 414 | 47 | 35 |
| Binary | 1001000 | 101101 | 1100111 | 11110 | 111000 | 0 | 111100 | 100001100 | 100111 | 11101 |
Color Harmonies of #482D67
Complementary color
Monochromatic Colors of #482D67
Black with #482D67
Text Example
Text Example
White with #482D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D67; }
p { color: rgb(72,45,103); }
H1.HeaderClassName
{
color: #482D67;
}
.AnyTagClassName
{
color: #482D67;
}
</style>
background-color css
<style>
a { background-color: #482D67; }
a { background-color: rgb(72,45,103); }
div.DivClassName
{
background-color: #482D67;
}
.BgClassName
{
background-color: #482D67;
}
</style>
border-color css
<style>
span { border-color: #482D67; }
span { border-color: rgb(72,45,103); }
td.TdClassName
{
border-color: #482D67;
}
.TagClassName
{
border-color: #482D67;
}
</style>