Shades of Royal Blue #4474DC
Tints of Royal Blue #4474DC
RGB
CMYK
RGB Variations
Color information
#4474DC (or 0x4474DC) is known color: Royal Blue. HEX triplet: 44, 74 and DC. RGB value is (68,116,220). Sum of RGB (Red+Green+Blue) = 68+116+220=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #4474DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474DC is #BB8B23. Grayscale: #717171. Windows color (decimal): -12290852 or 14447684. OLE color: 14447684.
HSL color Cylindrical-coordinate representation of color #4474DC: hue angle of 221.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4474DC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 116 | 220 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.14 |
| HSL | 221.05º | 0.68% | 0.56% | - |
| HSV(B) | 221.05º | 0.69% | 0.86% | - |
| XYZ | 21.55 | 18.89 | 70.22 | - |
| YUV | 113.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 220 | 0.69 | 0.47 | 0 | 0.14 | 221.05 | 0.68 | 0.56 |
| Hex | 44 | 74 | DC | 45 | 2F | 0 | E | DD | 44 | 38 |
| Octal | 104 | 164 | 334 | 105 | 57 | 0 | 16 | 335 | 104 | 70 |
| Binary | 1000100 | 1110100 | 11011100 | 1000101 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111000 |
Color Harmonies of #4474DC
Complementary color
Monochromatic Colors of #4474DC
Black with #4474DC
Text Example
Text Example
White with #4474DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4474DC; }
p { color: rgb(68,116,220); }
H1.HeaderClassName
{
color: #4474DC;
}
.AnyTagClassName
{
color: #4474DC;
}
</style>
background-color css
<style>
a { background-color: #4474DC; }
a { background-color: rgb(68,116,220); }
div.DivClassName
{
background-color: #4474DC;
}
.BgClassName
{
background-color: #4474DC;
}
</style>
border-color css
<style>
span { border-color: #4474DC; }
span { border-color: rgb(68,116,220); }
td.TdClassName
{
border-color: #4474DC;
}
.TagClassName
{
border-color: #4474DC;
}
</style>