Shades of Rich Blue #484DB1
Tints of Rich Blue #484DB1
RGB
CMYK
RGB Variations
Color information
#484DB1 (or 0x484DB1) is known color: Rich Blue. HEX triplet: 48, 4D and B1. RGB value is (72,77,177). Sum of RGB (Red+Green+Blue) = 72+77+177=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #484DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DB1 is #B7B24E. Grayscale: #565656. Windows color (decimal): -12038735 or 11619656. OLE color: 11619656.
HSL color Cylindrical-coordinate representation of color #484DB1: hue angle of 237.14º 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 #484DB1 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 77 | 177 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.31 |
| HSL | 237.14º | 0.42% | 0.49% | - |
| HSV(B) | 237.14º | 0.59% | 0.69% | - |
| XYZ | 13.26 | 9.86 | 42.8 | - |
| YUV | 86.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 177 | 0.59 | 0.56 | 0 | 0.31 | 237.14 | 0.42 | 0.49 |
| Hex | 48 | 4D | B1 | 3B | 38 | 0 | 1F | ED | 2A | 31 |
| Octal | 110 | 115 | 261 | 73 | 70 | 0 | 37 | 355 | 52 | 61 |
| Binary | 1001000 | 1001101 | 10110001 | 111011 | 111000 | 0 | 11111 | 11101101 | 101010 | 110001 |
Color Harmonies of #484DB1
Complementary color
Monochromatic Colors of #484DB1
Black with #484DB1
Text Example
Text Example
White with #484DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DB1; }
p { color: rgb(72,77,177); }
H1.HeaderClassName
{
color: #484DB1;
}
.AnyTagClassName
{
color: #484DB1;
}
</style>
background-color css
<style>
a { background-color: #484DB1; }
a { background-color: rgb(72,77,177); }
div.DivClassName
{
background-color: #484DB1;
}
.BgClassName
{
background-color: #484DB1;
}
</style>
border-color css
<style>
span { border-color: #484DB1; }
span { border-color: rgb(72,77,177); }
td.TdClassName
{
border-color: #484DB1;
}
.TagClassName
{
border-color: #484DB1;
}
</style>