Shades of Royal Blue #4A5FD7
Tints of Royal Blue #4A5FD7
RGB
CMYK
RGB Variations
Color information
#4A5FD7 (or 0x4A5FD7) is known color: Royal Blue. HEX triplet: 4A, 5F and D7. RGB value is (74,95,215). Sum of RGB (Red+Green+Blue) = 74+95+215=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A5FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FD7 is #B5A028. Grayscale: #656565. Windows color (decimal): -11903017 or 14114634. OLE color: 14114634.
HSL color Cylindrical-coordinate representation of color #4A5FD7: hue angle of 231.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5FD7 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 95 | 215 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.16 |
| HSL | 231.06º | 0.64% | 0.57% | - |
| HSV(B) | 231.06º | 0.66% | 0.84% | - |
| XYZ | 19.18 | 14.55 | 66.09 | - |
| YUV | 102.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 215 | 0.66 | 0.56 | 0 | 0.16 | 231.06 | 0.64 | 0.57 |
| Hex | 4A | 5F | D7 | 42 | 38 | 0 | 10 | E7 | 40 | 39 |
| Octal | 112 | 137 | 327 | 102 | 70 | 0 | 20 | 347 | 100 | 71 |
| Binary | 1001010 | 1011111 | 11010111 | 1000010 | 111000 | 0 | 10000 | 11100111 | 1000000 | 111001 |
Color Harmonies of #4A5FD7
Complementary color
Monochromatic Colors of #4A5FD7
Black with #4A5FD7
Text Example
Text Example
White with #4A5FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5FD7; }
p { color: rgb(74,95,215); }
H1.HeaderClassName
{
color: #4A5FD7;
}
.AnyTagClassName
{
color: #4A5FD7;
}
</style>
background-color css
<style>
a { background-color: #4A5FD7; }
a { background-color: rgb(74,95,215); }
div.DivClassName
{
background-color: #4A5FD7;
}
.BgClassName
{
background-color: #4A5FD7;
}
</style>
border-color css
<style>
span { border-color: #4A5FD7; }
span { border-color: rgb(74,95,215); }
td.TdClassName
{
border-color: #4A5FD7;
}
.TagClassName
{
border-color: #4A5FD7;
}
</style>