Shades of Blue Diamond #48306E
Tints of Blue Diamond #48306E
RGB
CMYK
RGB Variations
Color information
#48306E (or 0x48306E) is known color: Blue Diamond. HEX triplet: 48, 30 and 6E. RGB value is (72,48,110). Sum of RGB (Red+Green+Blue) = 72+48+110=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #48306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48306E is #B7CF91. Grayscale: #3E3E3E. Windows color (decimal): -12046226 or 7221320. OLE color: 7221320.
HSL color Cylindrical-coordinate representation of color #48306E: hue angle of 263.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48306E is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 48 | 110 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.57 |
| HSL | 263.23º | 0.39% | 0.31% | - |
| HSV(B) | 263.23º | 0.56% | 0.43% | - |
| XYZ | 6.54 | 4.62 | 15.3 | - |
| YUV | 62.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 110 | 0.35 | 0.56 | 0 | 0.57 | 263.23 | 0.39 | 0.31 |
| Hex | 48 | 30 | 6E | 23 | 38 | 0 | 39 | 107 | 27 | 1F |
| Octal | 110 | 60 | 156 | 43 | 70 | 0 | 71 | 407 | 47 | 37 |
| Binary | 1001000 | 110000 | 1101110 | 100011 | 111000 | 0 | 111001 | 100000111 | 100111 | 11111 |
Color Harmonies of #48306E
Complementary color
Monochromatic Colors of #48306E
Black with #48306E
Text Example
Text Example
White with #48306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48306E; }
p { color: rgb(72,48,110); }
H1.HeaderClassName
{
color: #48306E;
}
.AnyTagClassName
{
color: #48306E;
}
</style>
background-color css
<style>
a { background-color: #48306E; }
a { background-color: rgb(72,48,110); }
div.DivClassName
{
background-color: #48306E;
}
.BgClassName
{
background-color: #48306E;
}
</style>
border-color css
<style>
span { border-color: #48306E; }
span { border-color: rgb(72,48,110); }
td.TdClassName
{
border-color: #48306E;
}
.TagClassName
{
border-color: #48306E;
}
</style>