Shades of Royal Blue #4479DF
Tints of Royal Blue #4479DF
RGB
CMYK
RGB Variations
Color information
#4479DF (or 0x4479DF) is known color: Royal Blue. HEX triplet: 44, 79 and DF. RGB value is (68,121,223). Sum of RGB (Red+Green+Blue) = 68+121+223=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #4479DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479DF is #BB8620. Grayscale: #747474. Windows color (decimal): -12289569 or 14645572. OLE color: 14645572.
HSL color Cylindrical-coordinate representation of color #4479DF: hue angle of 219.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4479DF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 121 | 223 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.13 |
| HSL | 219.48º | 0.71% | 0.57% | - |
| HSV(B) | 219.48º | 0.7% | 0.87% | - |
| XYZ | 22.54 | 20.23 | 72.53 | - |
| YUV | 116.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 223 | 0.70 | 0.46 | 0 | 0.13 | 219.48 | 0.71 | 0.57 |
| Hex | 44 | 79 | DF | 46 | 2E | 0 | D | DB | 47 | 39 |
| Octal | 104 | 171 | 337 | 106 | 56 | 0 | 15 | 333 | 107 | 71 |
| Binary | 1000100 | 1111001 | 11011111 | 1000110 | 101110 | 0 | 1101 | 11011011 | 1000111 | 111001 |
Color Harmonies of #4479DF
Complementary color
Monochromatic Colors of #4479DF
Black with #4479DF
Text Example
Text Example
White with #4479DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4479DF; }
p { color: rgb(68,121,223); }
H1.HeaderClassName
{
color: #4479DF;
}
.AnyTagClassName
{
color: #4479DF;
}
</style>
background-color css
<style>
a { background-color: #4479DF; }
a { background-color: rgb(68,121,223); }
div.DivClassName
{
background-color: #4479DF;
}
.BgClassName
{
background-color: #4479DF;
}
</style>
border-color css
<style>
span { border-color: #4479DF; }
span { border-color: rgb(68,121,223); }
td.TdClassName
{
border-color: #4479DF;
}
.TagClassName
{
border-color: #4479DF;
}
</style>