Shades of Rich Blue #4A5DAF
Tints of Rich Blue #4A5DAF
RGB
CMYK
RGB Variations
Color information
#4A5DAF (or 0x4A5DAF) is known color: Rich Blue. HEX triplet: 4A, 5D and AF. RGB value is (74,93,175). Sum of RGB (Red+Green+Blue) = 74+93+175=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A5DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5DAF is #B5A250. Grayscale: #606060. Windows color (decimal): -11903569 or 11492682. OLE color: 11492682.
HSL color Cylindrical-coordinate representation of color #4A5DAF: hue angle of 228.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A5DAF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 93 | 175 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.31 |
| HSL | 228.71º | 0.41% | 0.49% | - |
| HSV(B) | 228.71º | 0.58% | 0.69% | - |
| XYZ | 14.48 | 12.38 | 42.18 | - |
| YUV | 96.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 175 | 0.58 | 0.47 | 0 | 0.31 | 228.71 | 0.41 | 0.49 |
| Hex | 4A | 5D | AF | 3A | 2F | 0 | 1F | E5 | 29 | 31 |
| Octal | 112 | 135 | 257 | 72 | 57 | 0 | 37 | 345 | 51 | 61 |
| Binary | 1001010 | 1011101 | 10101111 | 111010 | 101111 | 0 | 11111 | 11100101 | 101001 | 110001 |
Color Harmonies of #4A5DAF
Complementary color
Monochromatic Colors of #4A5DAF
Black with #4A5DAF
Text Example
Text Example
White with #4A5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5DAF; }
p { color: rgb(74,93,175); }
H1.HeaderClassName
{
color: #4A5DAF;
}
.AnyTagClassName
{
color: #4A5DAF;
}
</style>
background-color css
<style>
a { background-color: #4A5DAF; }
a { background-color: rgb(74,93,175); }
div.DivClassName
{
background-color: #4A5DAF;
}
.BgClassName
{
background-color: #4A5DAF;
}
</style>
border-color css
<style>
span { border-color: #4A5DAF; }
span { border-color: rgb(74,93,175); }
td.TdClassName
{
border-color: #4A5DAF;
}
.TagClassName
{
border-color: #4A5DAF;
}
</style>