Shades of Blue Diamond #482368
Tints of Blue Diamond #482368
RGB
CMYK
RGB Variations
Color information
#482368 (or 0x482368) is known color: Blue Diamond. HEX triplet: 48, 23 and 68. RGB value is (72,35,104). Sum of RGB (Red+Green+Blue) = 72+35+104=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #482368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482368 is #B7DC97. Grayscale: #353535. Windows color (decimal): -12049560 or 6824776. OLE color: 6824776.
HSL color Cylindrical-coordinate representation of color #482368: hue angle of 272.17º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482368 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 35 | 104 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.59 |
| HSL | 272.17º | 0.5% | 0.27% | - |
| HSV(B) | 272.17º | 0.66% | 0.41% | - |
| XYZ | 5.77 | 3.58 | 13.48 | - |
| YUV | 53.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 104 | 0.31 | 0.66 | 0 | 0.59 | 272.17 | 0.5 | 0.27 |
| Hex | 48 | 23 | 68 | 1F | 42 | 0 | 3B | 110 | 32 | 1B |
| Octal | 110 | 43 | 150 | 37 | 102 | 0 | 73 | 420 | 62 | 33 |
| Binary | 1001000 | 100011 | 1101000 | 11111 | 1000010 | 0 | 111011 | 100010000 | 110010 | 11011 |
Color Harmonies of #482368
Complementary color
Monochromatic Colors of #482368
Black with #482368
Text Example
Text Example
White with #482368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482368; }
p { color: rgb(72,35,104); }
H1.HeaderClassName
{
color: #482368;
}
.AnyTagClassName
{
color: #482368;
}
</style>
background-color css
<style>
a { background-color: #482368; }
a { background-color: rgb(72,35,104); }
div.DivClassName
{
background-color: #482368;
}
.BgClassName
{
background-color: #482368;
}
</style>
border-color css
<style>
span { border-color: #482368; }
span { border-color: rgb(72,35,104); }
td.TdClassName
{
border-color: #482368;
}
.TagClassName
{
border-color: #482368;
}
</style>