Shades of Rich Blue #454AAF
Tints of Rich Blue #454AAF
RGB
CMYK
RGB Variations
Color information
#454AAF (or 0x454AAF) is known color: Rich Blue. HEX triplet: 45, 4A and AF. RGB value is (69,74,175). Sum of RGB (Red+Green+Blue) = 69+74+175=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #454AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454AAF is #BAB550. Grayscale: #535353. Windows color (decimal): -12236113 or 11487813. OLE color: 11487813.
HSL color Cylindrical-coordinate representation of color #454AAF: hue angle of 237.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #454AAF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 74 | 175 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.31 |
| HSL | 237.17º | 0.43% | 0.48% | - |
| HSV(B) | 237.17º | 0.61% | 0.69% | - |
| XYZ | 12.64 | 9.26 | 41.68 | - |
| YUV | 84.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 175 | 0.61 | 0.58 | 0 | 0.31 | 237.17 | 0.43 | 0.48 |
| Hex | 45 | 4A | AF | 3D | 3A | 0 | 1F | ED | 2B | 30 |
| Octal | 105 | 112 | 257 | 75 | 72 | 0 | 37 | 355 | 53 | 60 |
| Binary | 1000101 | 1001010 | 10101111 | 111101 | 111010 | 0 | 11111 | 11101101 | 101011 | 110000 |
Color Harmonies of #454AAF
Complementary color
Monochromatic Colors of #454AAF
Black with #454AAF
Text Example
Text Example
White with #454AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454AAF; }
p { color: rgb(69,74,175); }
H1.HeaderClassName
{
color: #454AAF;
}
.AnyTagClassName
{
color: #454AAF;
}
</style>
background-color css
<style>
a { background-color: #454AAF; }
a { background-color: rgb(69,74,175); }
div.DivClassName
{
background-color: #454AAF;
}
.BgClassName
{
background-color: #454AAF;
}
</style>
border-color css
<style>
span { border-color: #454AAF; }
span { border-color: rgb(69,74,175); }
td.TdClassName
{
border-color: #454AAF;
}
.TagClassName
{
border-color: #454AAF;
}
</style>