Shades of Royal Blue #4A5FDC
Tints of Royal Blue #4A5FDC
RGB
CMYK
RGB Variations
Color information
#4A5FDC (or 0x4A5FDC) is known color: Royal Blue. HEX triplet: 4A, 5F and DC. RGB value is (74,95,220). Sum of RGB (Red+Green+Blue) = 74+95+220=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A5FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FDC is #B5A023. Grayscale: #666666. Windows color (decimal): -11903012 or 14442314. OLE color: 14442314.
HSL color Cylindrical-coordinate representation of color #4A5FDC: hue angle of 231.37º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5FDC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 95 | 220 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.14 |
| HSL | 231.37º | 0.68% | 0.58% | - |
| HSV(B) | 231.37º | 0.66% | 0.86% | - |
| XYZ | 19.83 | 14.81 | 69.52 | - |
| YUV | 102.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 220 | 0.66 | 0.57 | 0 | 0.14 | 231.37 | 0.68 | 0.58 |
| Hex | 4A | 5F | DC | 42 | 39 | 0 | E | E7 | 44 | 3A |
| Octal | 112 | 137 | 334 | 102 | 71 | 0 | 16 | 347 | 104 | 72 |
| Binary | 1001010 | 1011111 | 11011100 | 1000010 | 111001 | 0 | 1110 | 11100111 | 1000100 | 111010 |
Color Harmonies of #4A5FDC
Complementary color
Monochromatic Colors of #4A5FDC
Black with #4A5FDC
Text Example
Text Example
White with #4A5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5FDC; }
p { color: rgb(74,95,220); }
H1.HeaderClassName
{
color: #4A5FDC;
}
.AnyTagClassName
{
color: #4A5FDC;
}
</style>
background-color css
<style>
a { background-color: #4A5FDC; }
a { background-color: rgb(74,95,220); }
div.DivClassName
{
background-color: #4A5FDC;
}
.BgClassName
{
background-color: #4A5FDC;
}
</style>
border-color css
<style>
span { border-color: #4A5FDC; }
span { border-color: rgb(74,95,220); }
td.TdClassName
{
border-color: #4A5FDC;
}
.TagClassName
{
border-color: #4A5FDC;
}
</style>