Shades of Royal Blue #4474FD
Tints of Royal Blue #4474FD
RGB
CMYK
RGB Variations
Color information
#4474FD (or 0x4474FD) is known color: Royal Blue. HEX triplet: 44, 74 and FD. RGB value is (68,116,253). Sum of RGB (Red+Green+Blue) = 68+116+253=437 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.56% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4474FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4474FD is #BB8B02. Grayscale: #747474. Windows color (decimal): -12290819 or 16610372. OLE color: 16610372.
HSL color Cylindrical-coordinate representation of color #4474FD: hue angle of 224.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4474FD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 116 | 253 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.01 |
| HSL | 224.43º | 0.98% | 0.63% | - |
| HSV(B) | 224.43º | 0.73% | 0.99% | - |
| XYZ | 26.36 | 20.81 | 95.56 | - |
| YUV | 117.27 | 204.6 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 253 | 0.73 | 0.54 | 0 | 0.01 | 224.43 | 0.98 | 0.63 |
| Hex | 44 | 74 | FD | 49 | 36 | 0 | 1 | E0 | 62 | 3F |
| Octal | 104 | 164 | 375 | 111 | 66 | 0 | 1 | 340 | 142 | 77 |
| Binary | 1000100 | 1110100 | 11111101 | 1001001 | 110110 | 0 | 1 | 11100000 | 1100010 | 111111 |
Color Harmonies of #4474FD
Complementary color
Monochromatic Colors of #4474FD
Black with #4474FD
Text Example
Text Example
White with #4474FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4474FD; }
p { color: rgb(68,116,253); }
H1.HeaderClassName
{
color: #4474FD;
}
.AnyTagClassName
{
color: #4474FD;
}
</style>
background-color css
<style>
a { background-color: #4474FD; }
a { background-color: rgb(68,116,253); }
div.DivClassName
{
background-color: #4474FD;
}
.BgClassName
{
background-color: #4474FD;
}
</style>
border-color css
<style>
span { border-color: #4474FD; }
span { border-color: rgb(68,116,253); }
td.TdClassName
{
border-color: #4474FD;
}
.TagClassName
{
border-color: #4474FD;
}
</style>