Shades of Royal Blue #4177DB
Tints of Royal Blue #4177DB
RGB
CMYK
RGB Variations
Color information
#4177DB (or 0x4177DB) is known color: Royal Blue. HEX triplet: 41, 77 and DB. RGB value is (65,119,219). Sum of RGB (Red+Green+Blue) = 65+119+219=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #4177DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177DB is #BE8824. Grayscale: #717171. Windows color (decimal): -12486693 or 14382913. OLE color: 14382913.
HSL color Cylindrical-coordinate representation of color #4177DB: hue angle of 218.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4177DB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 119 | 219 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.14 |
| HSL | 218.96º | 0.68% | 0.56% | - |
| HSV(B) | 218.96º | 0.7% | 0.86% | - |
| XYZ | 21.56 | 19.43 | 69.63 | - |
| YUV | 114.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 219 | 0.70 | 0.46 | 0 | 0.14 | 218.96 | 0.68 | 0.56 |
| Hex | 41 | 77 | DB | 46 | 2E | 0 | E | DB | 44 | 38 |
| Octal | 101 | 167 | 333 | 106 | 56 | 0 | 16 | 333 | 104 | 70 |
| Binary | 1000001 | 1110111 | 11011011 | 1000110 | 101110 | 0 | 1110 | 11011011 | 1000100 | 111000 |
Color Harmonies of #4177DB
Complementary color
Monochromatic Colors of #4177DB
Black with #4177DB
Text Example
Text Example
White with #4177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4177DB; }
p { color: rgb(65,119,219); }
H1.HeaderClassName
{
color: #4177DB;
}
.AnyTagClassName
{
color: #4177DB;
}
</style>
background-color css
<style>
a { background-color: #4177DB; }
a { background-color: rgb(65,119,219); }
div.DivClassName
{
background-color: #4177DB;
}
.BgClassName
{
background-color: #4177DB;
}
</style>
border-color css
<style>
span { border-color: #4177DB; }
span { border-color: rgb(65,119,219); }
td.TdClassName
{
border-color: #4177DB;
}
.TagClassName
{
border-color: #4177DB;
}
</style>