Shades of Rich Blue #484DB0
Tints of Rich Blue #484DB0
RGB
CMYK
RGB Variations
Color information
#484DB0 (or 0x484DB0) is known color: Rich Blue. HEX triplet: 48, 4D and B0. RGB value is (72,77,176). Sum of RGB (Red+Green+Blue) = 72+77+176=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #484DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DB0 is #B7B24F. Grayscale: #565656. Windows color (decimal): -12038736 or 11554120. OLE color: 11554120.
HSL color Cylindrical-coordinate representation of color #484DB0: hue angle of 237.12º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #484DB0 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 77 | 176 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.31 |
| HSL | 237.12º | 0.42% | 0.49% | - |
| HSV(B) | 237.12º | 0.59% | 0.69% | - |
| XYZ | 13.16 | 9.82 | 42.28 | - |
| YUV | 86.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 176 | 0.59 | 0.56 | 0 | 0.31 | 237.12 | 0.42 | 0.49 |
| Hex | 48 | 4D | B0 | 3B | 38 | 0 | 1F | ED | 2A | 31 |
| Octal | 110 | 115 | 260 | 73 | 70 | 0 | 37 | 355 | 52 | 61 |
| Binary | 1001000 | 1001101 | 10110000 | 111011 | 111000 | 0 | 11111 | 11101101 | 101010 | 110001 |
Color Harmonies of #484DB0
Complementary color
Monochromatic Colors of #484DB0
Black with #484DB0
Text Example
Text Example
White with #484DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DB0; }
p { color: rgb(72,77,176); }
H1.HeaderClassName
{
color: #484DB0;
}
.AnyTagClassName
{
color: #484DB0;
}
</style>
background-color css
<style>
a { background-color: #484DB0; }
a { background-color: rgb(72,77,176); }
div.DivClassName
{
background-color: #484DB0;
}
.BgClassName
{
background-color: #484DB0;
}
</style>
border-color css
<style>
span { border-color: #484DB0; }
span { border-color: rgb(72,77,176); }
td.TdClassName
{
border-color: #484DB0;
}
.TagClassName
{
border-color: #484DB0;
}
</style>