Shades of Blue Diamond #482F65
Tints of Blue Diamond #482F65
RGB
CMYK
RGB Variations
Color information
#482F65 (or 0x482F65) is known color: Blue Diamond. HEX triplet: 48, 2F and 65. RGB value is (72,47,101). Sum of RGB (Red+Green+Blue) = 72+47+101=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #482F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F65 is #B7D09A. Grayscale: #3C3C3C. Windows color (decimal): -12046491 or 6631240. OLE color: 6631240.
HSL color Cylindrical-coordinate representation of color #482F65: hue angle of 267.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482F65 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 47 | 101 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.60 |
| HSL | 267.78º | 0.36% | 0.29% | - |
| HSV(B) | 267.78º | 0.53% | 0.4% | - |
| XYZ | 6.04 | 4.35 | 12.83 | - |
| YUV | 60.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 101 | 0.29 | 0.53 | 0 | 0.60 | 267.78 | 0.36 | 0.29 |
| Hex | 48 | 2F | 65 | 1D | 35 | 0 | 3C | 10C | 24 | 1D |
| Octal | 110 | 57 | 145 | 35 | 65 | 0 | 74 | 414 | 44 | 35 |
| Binary | 1001000 | 101111 | 1100101 | 11101 | 110101 | 0 | 111100 | 100001100 | 100100 | 11101 |
Color Harmonies of #482F65
Complementary color
Monochromatic Colors of #482F65
Black with #482F65
Text Example
Text Example
White with #482F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F65; }
p { color: rgb(72,47,101); }
H1.HeaderClassName
{
color: #482F65;
}
.AnyTagClassName
{
color: #482F65;
}
</style>
background-color css
<style>
a { background-color: #482F65; }
a { background-color: rgb(72,47,101); }
div.DivClassName
{
background-color: #482F65;
}
.BgClassName
{
background-color: #482F65;
}
</style>
border-color css
<style>
span { border-color: #482F65; }
span { border-color: rgb(72,47,101); }
td.TdClassName
{
border-color: #482F65;
}
.TagClassName
{
border-color: #482F65;
}
</style>