Shades of Rich Blue #484FB1
Tints of Rich Blue #484FB1
RGB
CMYK
RGB Variations
Color information
#484FB1 (or 0x484FB1) is known color: Rich Blue. HEX triplet: 48, 4F and B1. RGB value is (72,79,177). Sum of RGB (Red+Green+Blue) = 72+79+177=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #484FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FB1 is #B7B04E. Grayscale: #575757. Windows color (decimal): -12038223 or 11620168. OLE color: 11620168.
HSL color Cylindrical-coordinate representation of color #484FB1: hue angle of 236º 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 #484FB1 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 79 | 177 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.31 |
| HSL | 236º | 0.42% | 0.49% | - |
| HSV(B) | 236º | 0.59% | 0.69% | - |
| XYZ | 13.4 | 10.14 | 42.85 | - |
| YUV | 88.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 177 | 0.59 | 0.55 | 0 | 0.31 | 236 | 0.42 | 0.49 |
| Hex | 48 | 4F | B1 | 3B | 37 | 0 | 1F | EC | 2A | 31 |
| Octal | 110 | 117 | 261 | 73 | 67 | 0 | 37 | 354 | 52 | 61 |
| Binary | 1001000 | 1001111 | 10110001 | 111011 | 110111 | 0 | 11111 | 11101100 | 101010 | 110001 |
Color Harmonies of #484FB1
Complementary color
Monochromatic Colors of #484FB1
Black with #484FB1
Text Example
Text Example
White with #484FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FB1; }
p { color: rgb(72,79,177); }
H1.HeaderClassName
{
color: #484FB1;
}
.AnyTagClassName
{
color: #484FB1;
}
</style>
background-color css
<style>
a { background-color: #484FB1; }
a { background-color: rgb(72,79,177); }
div.DivClassName
{
background-color: #484FB1;
}
.BgClassName
{
background-color: #484FB1;
}
</style>
border-color css
<style>
span { border-color: #484FB1; }
span { border-color: rgb(72,79,177); }
td.TdClassName
{
border-color: #484FB1;
}
.TagClassName
{
border-color: #484FB1;
}
</style>