Shades of Blue Diamond #482F6E
Tints of Blue Diamond #482F6E
RGB
CMYK
RGB Variations
Color information
#482F6E (or 0x482F6E) is known color: Blue Diamond. HEX triplet: 48, 2F and 6E. RGB value is (72,47,110). Sum of RGB (Red+Green+Blue) = 72+47+110=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #482F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F6E is #B7D091. Grayscale: #3D3D3D. Windows color (decimal): -12046482 or 7221064. OLE color: 7221064.
HSL color Cylindrical-coordinate representation of color #482F6E: hue angle of 263.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482F6E is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 47 | 110 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.57 |
| HSL | 263.81º | 0.4% | 0.31% | - |
| HSV(B) | 263.81º | 0.57% | 0.43% | - |
| XYZ | 6.5 | 4.54 | 15.28 | - |
| YUV | 61.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 110 | 0.35 | 0.57 | 0 | 0.57 | 263.81 | 0.4 | 0.31 |
| Hex | 48 | 2F | 6E | 23 | 39 | 0 | 39 | 108 | 28 | 1F |
| Octal | 110 | 57 | 156 | 43 | 71 | 0 | 71 | 410 | 50 | 37 |
| Binary | 1001000 | 101111 | 1101110 | 100011 | 111001 | 0 | 111001 | 100001000 | 101000 | 11111 |
Color Harmonies of #482F6E
Complementary color
Monochromatic Colors of #482F6E
Black with #482F6E
Text Example
Text Example
White with #482F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F6E; }
p { color: rgb(72,47,110); }
H1.HeaderClassName
{
color: #482F6E;
}
.AnyTagClassName
{
color: #482F6E;
}
</style>
background-color css
<style>
a { background-color: #482F6E; }
a { background-color: rgb(72,47,110); }
div.DivClassName
{
background-color: #482F6E;
}
.BgClassName
{
background-color: #482F6E;
}
</style>
border-color css
<style>
span { border-color: #482F6E; }
span { border-color: rgb(72,47,110); }
td.TdClassName
{
border-color: #482F6E;
}
.TagClassName
{
border-color: #482F6E;
}
</style>