Shades of Blue Diamond #48316F
Tints of Blue Diamond #48316F
RGB
CMYK
RGB Variations
Color information
#48316F (or 0x48316F) is known color: Blue Diamond. HEX triplet: 48, 31 and 6F. RGB value is (72,49,111). Sum of RGB (Red+Green+Blue) = 72+49+111=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #48316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316F is #B7CE90. Grayscale: #3E3E3E. Windows color (decimal): -12045969 or 7287112. OLE color: 7287112.
HSL color Cylindrical-coordinate representation of color #48316F: hue angle of 262.26º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48316F is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 49 | 111 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.56 |
| HSL | 262.26º | 0.39% | 0.31% | - |
| HSV(B) | 262.26º | 0.56% | 0.44% | - |
| XYZ | 6.64 | 4.72 | 15.6 | - |
| YUV | 62.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 111 | 0.35 | 0.56 | 0 | 0.56 | 262.26 | 0.39 | 0.31 |
| Hex | 48 | 31 | 6F | 23 | 38 | 0 | 38 | 106 | 27 | 1F |
| Octal | 110 | 61 | 157 | 43 | 70 | 0 | 70 | 406 | 47 | 37 |
| Binary | 1001000 | 110001 | 1101111 | 100011 | 111000 | 0 | 111000 | 100000110 | 100111 | 11111 |
Color Harmonies of #48316F
Complementary color
Monochromatic Colors of #48316F
Black with #48316F
Text Example
Text Example
White with #48316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48316F; }
p { color: rgb(72,49,111); }
H1.HeaderClassName
{
color: #48316F;
}
.AnyTagClassName
{
color: #48316F;
}
</style>
background-color css
<style>
a { background-color: #48316F; }
a { background-color: rgb(72,49,111); }
div.DivClassName
{
background-color: #48316F;
}
.BgClassName
{
background-color: #48316F;
}
</style>
border-color css
<style>
span { border-color: #48316F; }
span { border-color: rgb(72,49,111); }
td.TdClassName
{
border-color: #48316F;
}
.TagClassName
{
border-color: #48316F;
}
</style>