Shades of Royal Blue #4475DC
Tints of Royal Blue #4475DC
RGB
CMYK
RGB Variations
Color information
#4475DC (or 0x4475DC) is known color: Royal Blue. HEX triplet: 44, 75 and DC. RGB value is (68,117,220). Sum of RGB (Red+Green+Blue) = 68+117+220=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #4475DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475DC is #BB8A23. Grayscale: #717171. Windows color (decimal): -12290596 or 14447940. OLE color: 14447940.
HSL color Cylindrical-coordinate representation of color #4475DC: hue angle of 220.66º 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 #4475DC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 117 | 220 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.14 |
| HSL | 220.66º | 0.68% | 0.56% | - |
| HSV(B) | 220.66º | 0.69% | 0.86% | - |
| XYZ | 21.66 | 19.12 | 70.26 | - |
| YUV | 114.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 220 | 0.69 | 0.47 | 0 | 0.14 | 220.66 | 0.68 | 0.56 |
| Hex | 44 | 75 | DC | 45 | 2F | 0 | E | DD | 44 | 38 |
| Octal | 104 | 165 | 334 | 105 | 57 | 0 | 16 | 335 | 104 | 70 |
| Binary | 1000100 | 1110101 | 11011100 | 1000101 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111000 |
Color Harmonies of #4475DC
Complementary color
Monochromatic Colors of #4475DC
Black with #4475DC
Text Example
Text Example
White with #4475DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4475DC; }
p { color: rgb(68,117,220); }
H1.HeaderClassName
{
color: #4475DC;
}
.AnyTagClassName
{
color: #4475DC;
}
</style>
background-color css
<style>
a { background-color: #4475DC; }
a { background-color: rgb(68,117,220); }
div.DivClassName
{
background-color: #4475DC;
}
.BgClassName
{
background-color: #4475DC;
}
</style>
border-color css
<style>
span { border-color: #4475DC; }
span { border-color: rgb(68,117,220); }
td.TdClassName
{
border-color: #4475DC;
}
.TagClassName
{
border-color: #4475DC;
}
</style>