Shades of Rich Blue #484AAF
Tints of Rich Blue #484AAF
RGB
CMYK
RGB Variations
Color information
#484AAF (or 0x484AAF) is known color: Rich Blue. HEX triplet: 48, 4A and AF. RGB value is (72,74,175). Sum of RGB (Red+Green+Blue) = 72+74+175=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #484AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAF is #B7B550. Grayscale: #545454. Windows color (decimal): -12039505 or 11487816. OLE color: 11487816.
HSL color Cylindrical-coordinate representation of color #484AAF: hue angle of 238.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #484AAF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 74 | 175 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.31 |
| HSL | 238.83º | 0.42% | 0.48% | - |
| HSV(B) | 238.83º | 0.59% | 0.69% | - |
| XYZ | 12.86 | 9.37 | 41.69 | - |
| YUV | 84.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 175 | 0.59 | 0.58 | 0 | 0.31 | 238.83 | 0.42 | 0.48 |
| Hex | 48 | 4A | AF | 3B | 3A | 0 | 1F | EF | 2A | 30 |
| Octal | 110 | 112 | 257 | 73 | 72 | 0 | 37 | 357 | 52 | 60 |
| Binary | 1001000 | 1001010 | 10101111 | 111011 | 111010 | 0 | 11111 | 11101111 | 101010 | 110000 |
Color Harmonies of #484AAF
Complementary color
Monochromatic Colors of #484AAF
Black with #484AAF
Text Example
Text Example
White with #484AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AAF; }
p { color: rgb(72,74,175); }
H1.HeaderClassName
{
color: #484AAF;
}
.AnyTagClassName
{
color: #484AAF;
}
</style>
background-color css
<style>
a { background-color: #484AAF; }
a { background-color: rgb(72,74,175); }
div.DivClassName
{
background-color: #484AAF;
}
.BgClassName
{
background-color: #484AAF;
}
</style>
border-color css
<style>
span { border-color: #484AAF; }
span { border-color: rgb(72,74,175); }
td.TdClassName
{
border-color: #484AAF;
}
.TagClassName
{
border-color: #484AAF;
}
</style>