Shades of Rich Blue #484CB1
Tints of Rich Blue #484CB1
RGB
CMYK
RGB Variations
Color information
#484CB1 (or 0x484CB1) is known color: Rich Blue. HEX triplet: 48, 4C and B1. RGB value is (72,76,177). Sum of RGB (Red+Green+Blue) = 72+76+177=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #484CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CB1 is #B7B34E. Grayscale: #555555. Windows color (decimal): -12038991 or 11619400. OLE color: 11619400.
HSL color Cylindrical-coordinate representation of color #484CB1: hue angle of 237.71º 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 #484CB1 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 76 | 177 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.31 |
| HSL | 237.71º | 0.42% | 0.49% | - |
| HSV(B) | 237.71º | 0.59% | 0.69% | - |
| XYZ | 13.19 | 9.72 | 42.78 | - |
| YUV | 86.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 177 | 0.59 | 0.57 | 0 | 0.31 | 237.71 | 0.42 | 0.49 |
| Hex | 48 | 4C | B1 | 3B | 39 | 0 | 1F | EE | 2A | 31 |
| Octal | 110 | 114 | 261 | 73 | 71 | 0 | 37 | 356 | 52 | 61 |
| Binary | 1001000 | 1001100 | 10110001 | 111011 | 111001 | 0 | 11111 | 11101110 | 101010 | 110001 |
Color Harmonies of #484CB1
Complementary color
Monochromatic Colors of #484CB1
Black with #484CB1
Text Example
Text Example
White with #484CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CB1; }
p { color: rgb(72,76,177); }
H1.HeaderClassName
{
color: #484CB1;
}
.AnyTagClassName
{
color: #484CB1;
}
</style>
background-color css
<style>
a { background-color: #484CB1; }
a { background-color: rgb(72,76,177); }
div.DivClassName
{
background-color: #484CB1;
}
.BgClassName
{
background-color: #484CB1;
}
</style>
border-color css
<style>
span { border-color: #484CB1; }
span { border-color: rgb(72,76,177); }
td.TdClassName
{
border-color: #484CB1;
}
.TagClassName
{
border-color: #484CB1;
}
</style>