Shades of Rich Blue #484CB0
Tints of Rich Blue #484CB0
RGB
CMYK
RGB Variations
Color information
#484CB0 (or 0x484CB0) is known color: Rich Blue. HEX triplet: 48, 4C and B0. RGB value is (72,76,176). Sum of RGB (Red+Green+Blue) = 72+76+176=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #484CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484CB0 is #B7B34F. Grayscale: #555555. Windows color (decimal): -12038992 or 11553864. OLE color: 11553864.
HSL color Cylindrical-coordinate representation of color #484CB0: hue angle of 237.69º 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 #484CB0 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 76 | 176 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.31 |
| HSL | 237.69º | 0.42% | 0.49% | - |
| HSV(B) | 237.69º | 0.59% | 0.69% | - |
| XYZ | 13.09 | 9.68 | 42.25 | - |
| YUV | 86.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 176 | 0.59 | 0.57 | 0 | 0.31 | 237.69 | 0.42 | 0.49 |
| Hex | 48 | 4C | B0 | 3B | 39 | 0 | 1F | EE | 2A | 31 |
| Octal | 110 | 114 | 260 | 73 | 71 | 0 | 37 | 356 | 52 | 61 |
| Binary | 1001000 | 1001100 | 10110000 | 111011 | 111001 | 0 | 11111 | 11101110 | 101010 | 110001 |
Color Harmonies of #484CB0
Complementary color
Monochromatic Colors of #484CB0
Black with #484CB0
Text Example
Text Example
White with #484CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CB0; }
p { color: rgb(72,76,176); }
H1.HeaderClassName
{
color: #484CB0;
}
.AnyTagClassName
{
color: #484CB0;
}
</style>
background-color css
<style>
a { background-color: #484CB0; }
a { background-color: rgb(72,76,176); }
div.DivClassName
{
background-color: #484CB0;
}
.BgClassName
{
background-color: #484CB0;
}
</style>
border-color css
<style>
span { border-color: #484CB0; }
span { border-color: rgb(72,76,176); }
td.TdClassName
{
border-color: #484CB0;
}
.TagClassName
{
border-color: #484CB0;
}
</style>