Shades of Blue Diamond #482A6B
Tints of Blue Diamond #482A6B
RGB
CMYK
RGB Variations
Color information
#482A6B (or 0x482A6B) is known color: Blue Diamond. HEX triplet: 48, 2A and 6B. RGB value is (72,42,107). Sum of RGB (Red+Green+Blue) = 72+42+107=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #482A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A6B is #B7D594. Grayscale: #3A3A3A. Windows color (decimal): -12047765 or 7023176. OLE color: 7023176.
HSL color Cylindrical-coordinate representation of color #482A6B: hue angle of 267.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482A6B is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 42 | 107 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.58 |
| HSL | 267.69º | 0.44% | 0.29% | - |
| HSV(B) | 267.69º | 0.61% | 0.42% | - |
| XYZ | 6.15 | 4.1 | 14.38 | - |
| YUV | 58.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 107 | 0.33 | 0.61 | 0 | 0.58 | 267.69 | 0.44 | 0.29 |
| Hex | 48 | 2A | 6B | 21 | 3D | 0 | 3A | 10C | 2C | 1D |
| Octal | 110 | 52 | 153 | 41 | 75 | 0 | 72 | 414 | 54 | 35 |
| Binary | 1001000 | 101010 | 1101011 | 100001 | 111101 | 0 | 111010 | 100001100 | 101100 | 11101 |
Color Harmonies of #482A6B
Complementary color
Monochromatic Colors of #482A6B
Black with #482A6B
Text Example
Text Example
White with #482A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A6B; }
p { color: rgb(72,42,107); }
H1.HeaderClassName
{
color: #482A6B;
}
.AnyTagClassName
{
color: #482A6B;
}
</style>
background-color css
<style>
a { background-color: #482A6B; }
a { background-color: rgb(72,42,107); }
div.DivClassName
{
background-color: #482A6B;
}
.BgClassName
{
background-color: #482A6B;
}
</style>
border-color css
<style>
span { border-color: #482A6B; }
span { border-color: rgb(72,42,107); }
td.TdClassName
{
border-color: #482A6B;
}
.TagClassName
{
border-color: #482A6B;
}
</style>