Shades of Blue Diamond #483267
Tints of Blue Diamond #483267
RGB
CMYK
RGB Variations
Color information
#483267 (or 0x483267) is known color: Blue Diamond. HEX triplet: 48, 32 and 67. RGB value is (72,50,103). Sum of RGB (Red+Green+Blue) = 72+50+103=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #483267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483267 is #B7CD98. Grayscale: #3E3E3E. Windows color (decimal): -12045721 or 6763080. OLE color: 6763080.
HSL color Cylindrical-coordinate representation of color #483267: hue angle of 264.91º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483267 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 50 | 103 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.60 |
| HSL | 264.91º | 0.35% | 0.3% | - |
| HSV(B) | 264.91º | 0.51% | 0.4% | - |
| XYZ | 6.26 | 4.64 | 13.4 | - |
| YUV | 62.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 103 | 0.30 | 0.51 | 0 | 0.60 | 264.91 | 0.35 | 0.3 |
| Hex | 48 | 32 | 67 | 1E | 33 | 0 | 3C | 109 | 23 | 1E |
| Octal | 110 | 62 | 147 | 36 | 63 | 0 | 74 | 411 | 43 | 36 |
| Binary | 1001000 | 110010 | 1100111 | 11110 | 110011 | 0 | 111100 | 100001001 | 100011 | 11110 |
Color Harmonies of #483267
Complementary color
Monochromatic Colors of #483267
Black with #483267
Text Example
Text Example
White with #483267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483267; }
p { color: rgb(72,50,103); }
H1.HeaderClassName
{
color: #483267;
}
.AnyTagClassName
{
color: #483267;
}
</style>
background-color css
<style>
a { background-color: #483267; }
a { background-color: rgb(72,50,103); }
div.DivClassName
{
background-color: #483267;
}
.BgClassName
{
background-color: #483267;
}
</style>
border-color css
<style>
span { border-color: #483267; }
span { border-color: rgb(72,50,103); }
td.TdClassName
{
border-color: #483267;
}
.TagClassName
{
border-color: #483267;
}
</style>