Shades of Rich Blue #485AAF
Tints of Rich Blue #485AAF
RGB
CMYK
RGB Variations
Color information
#485AAF (or 0x485AAF) is known color: Rich Blue. HEX triplet: 48, 5A and AF. RGB value is (72,90,175). Sum of RGB (Red+Green+Blue) = 72+90+175=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #485AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AAF is #B7A550. Grayscale: #5D5D5D. Windows color (decimal): -12035409 or 11491912. OLE color: 11491912.
HSL color Cylindrical-coordinate representation of color #485AAF: hue angle of 229.51º 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 #485AAF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 90 | 175 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.31 |
| HSL | 229.51º | 0.42% | 0.48% | - |
| HSV(B) | 229.51º | 0.59% | 0.69% | - |
| XYZ | 14.07 | 11.79 | 42.09 | - |
| YUV | 94.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 175 | 0.59 | 0.49 | 0 | 0.31 | 229.51 | 0.42 | 0.48 |
| Hex | 48 | 5A | AF | 3B | 31 | 0 | 1F | E6 | 2A | 30 |
| Octal | 110 | 132 | 257 | 73 | 61 | 0 | 37 | 346 | 52 | 60 |
| Binary | 1001000 | 1011010 | 10101111 | 111011 | 110001 | 0 | 11111 | 11100110 | 101010 | 110000 |
Color Harmonies of #485AAF
Complementary color
Monochromatic Colors of #485AAF
Black with #485AAF
Text Example
Text Example
White with #485AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AAF; }
p { color: rgb(72,90,175); }
H1.HeaderClassName
{
color: #485AAF;
}
.AnyTagClassName
{
color: #485AAF;
}
</style>
background-color css
<style>
a { background-color: #485AAF; }
a { background-color: rgb(72,90,175); }
div.DivClassName
{
background-color: #485AAF;
}
.BgClassName
{
background-color: #485AAF;
}
</style>
border-color css
<style>
span { border-color: #485AAF; }
span { border-color: rgb(72,90,175); }
td.TdClassName
{
border-color: #485AAF;
}
.TagClassName
{
border-color: #485AAF;
}
</style>