Shades of Blue Diamond #48266F
Tints of Blue Diamond #48266F
RGB
CMYK
RGB Variations
Color information
#48266F (or 0x48266F) is known color: Blue Diamond. HEX triplet: 48, 26 and 6F. RGB value is (72,38,111). Sum of RGB (Red+Green+Blue) = 72+38+111=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #48266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48266F is #B7D990. Grayscale: #383838. Windows color (decimal): -12048785 or 7284296. OLE color: 7284296.
HSL color Cylindrical-coordinate representation of color #48266F: hue angle of 267.95º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48266F is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 38 | 111 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.56 |
| HSL | 267.95º | 0.49% | 0.29% | - |
| HSV(B) | 267.95º | 0.66% | 0.44% | - |
| XYZ | 6.23 | 3.91 | 15.47 | - |
| YUV | 56.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 111 | 0.35 | 0.66 | 0 | 0.56 | 267.95 | 0.49 | 0.29 |
| Hex | 48 | 26 | 6F | 23 | 42 | 0 | 38 | 10C | 31 | 1D |
| Octal | 110 | 46 | 157 | 43 | 102 | 0 | 70 | 414 | 61 | 35 |
| Binary | 1001000 | 100110 | 1101111 | 100011 | 1000010 | 0 | 111000 | 100001100 | 110001 | 11101 |
Color Harmonies of #48266F
Complementary color
Monochromatic Colors of #48266F
Black with #48266F
Text Example
Text Example
White with #48266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48266F; }
p { color: rgb(72,38,111); }
H1.HeaderClassName
{
color: #48266F;
}
.AnyTagClassName
{
color: #48266F;
}
</style>
background-color css
<style>
a { background-color: #48266F; }
a { background-color: rgb(72,38,111); }
div.DivClassName
{
background-color: #48266F;
}
.BgClassName
{
background-color: #48266F;
}
</style>
border-color css
<style>
span { border-color: #48266F; }
span { border-color: rgb(72,38,111); }
td.TdClassName
{
border-color: #48266F;
}
.TagClassName
{
border-color: #48266F;
}
</style>