Shades of Rich Blue #484AB3
Tints of Rich Blue #484AB3
RGB
CMYK
RGB Variations
Color information
#484AB3 (or 0x484AB3) is known color: Rich Blue. HEX triplet: 48, 4A and B3. RGB value is (72,74,179). Sum of RGB (Red+Green+Blue) = 72+74+179=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #484AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484AB3 is #B7B54C. Grayscale: #545454. Windows color (decimal): -12039501 or 11749960. OLE color: 11749960.
HSL color Cylindrical-coordinate representation of color #484AB3: hue angle of 238.88º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484AB3 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 74 | 179 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.30 |
| HSL | 238.88º | 0.43% | 0.49% | - |
| HSV(B) | 238.88º | 0.6% | 0.7% | - |
| XYZ | 13.26 | 9.53 | 43.79 | - |
| YUV | 85.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 179 | 0.60 | 0.59 | 0 | 0.30 | 238.88 | 0.43 | 0.49 |
| Hex | 48 | 4A | B3 | 3C | 3B | 0 | 1E | EF | 2B | 31 |
| Octal | 110 | 112 | 263 | 74 | 73 | 0 | 36 | 357 | 53 | 61 |
| Binary | 1001000 | 1001010 | 10110011 | 111100 | 111011 | 0 | 11110 | 11101111 | 101011 | 110001 |
Color Harmonies of #484AB3
Complementary color
Monochromatic Colors of #484AB3
Black with #484AB3
Text Example
Text Example
White with #484AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AB3; }
p { color: rgb(72,74,179); }
H1.HeaderClassName
{
color: #484AB3;
}
.AnyTagClassName
{
color: #484AB3;
}
</style>
background-color css
<style>
a { background-color: #484AB3; }
a { background-color: rgb(72,74,179); }
div.DivClassName
{
background-color: #484AB3;
}
.BgClassName
{
background-color: #484AB3;
}
</style>
border-color css
<style>
span { border-color: #484AB3; }
span { border-color: rgb(72,74,179); }
td.TdClassName
{
border-color: #484AB3;
}
.TagClassName
{
border-color: #484AB3;
}
</style>