Shades of Blue Diamond #482F6C
Tints of Blue Diamond #482F6C
RGB
CMYK
RGB Variations
Color information
#482F6C (or 0x482F6C) is known color: Blue Diamond. HEX triplet: 48, 2F and 6C. RGB value is (72,47,108). Sum of RGB (Red+Green+Blue) = 72+47+108=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #482F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F6C is #B7D093. Grayscale: #3D3D3D. Windows color (decimal): -12046484 or 7089992. OLE color: 7089992.
HSL color Cylindrical-coordinate representation of color #482F6C: hue angle of 264.59º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482F6C is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 47 | 108 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.58 |
| HSL | 264.59º | 0.39% | 0.3% | - |
| HSV(B) | 264.59º | 0.56% | 0.42% | - |
| XYZ | 6.4 | 4.49 | 14.72 | - |
| YUV | 61.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 108 | 0.33 | 0.56 | 0 | 0.58 | 264.59 | 0.39 | 0.3 |
| Hex | 48 | 2F | 6C | 21 | 38 | 0 | 3A | 109 | 27 | 1E |
| Octal | 110 | 57 | 154 | 41 | 70 | 0 | 72 | 411 | 47 | 36 |
| Binary | 1001000 | 101111 | 1101100 | 100001 | 111000 | 0 | 111010 | 100001001 | 100111 | 11110 |
Color Harmonies of #482F6C
Complementary color
Monochromatic Colors of #482F6C
Black with #482F6C
Text Example
Text Example
White with #482F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F6C; }
p { color: rgb(72,47,108); }
H1.HeaderClassName
{
color: #482F6C;
}
.AnyTagClassName
{
color: #482F6C;
}
</style>
background-color css
<style>
a { background-color: #482F6C; }
a { background-color: rgb(72,47,108); }
div.DivClassName
{
background-color: #482F6C;
}
.BgClassName
{
background-color: #482F6C;
}
</style>
border-color css
<style>
span { border-color: #482F6C; }
span { border-color: rgb(72,47,108); }
td.TdClassName
{
border-color: #482F6C;
}
.TagClassName
{
border-color: #482F6C;
}
</style>