Shades of Royal Blue #4176DB
Tints of Royal Blue #4176DB
RGB
CMYK
RGB Variations
Color information
#4176DB (or 0x4176DB) is known color: Royal Blue. HEX triplet: 41, 76 and DB. RGB value is (65,118,219). Sum of RGB (Red+Green+Blue) = 65+118+219=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #4176DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176DB is #BE8924. Grayscale: #717171. Windows color (decimal): -12486949 or 14382657. OLE color: 14382657.
HSL color Cylindrical-coordinate representation of color #4176DB: hue angle of 219.35º 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 #4176DB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 118 | 219 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.14 |
| HSL | 219.35º | 0.68% | 0.56% | - |
| HSV(B) | 219.35º | 0.7% | 0.86% | - |
| XYZ | 21.44 | 19.2 | 69.59 | - |
| YUV | 113.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 219 | 0.70 | 0.46 | 0 | 0.14 | 219.35 | 0.68 | 0.56 |
| Hex | 41 | 76 | DB | 46 | 2E | 0 | E | DB | 44 | 38 |
| Octal | 101 | 166 | 333 | 106 | 56 | 0 | 16 | 333 | 104 | 70 |
| Binary | 1000001 | 1110110 | 11011011 | 1000110 | 101110 | 0 | 1110 | 11011011 | 1000100 | 111000 |
Color Harmonies of #4176DB
Complementary color
Monochromatic Colors of #4176DB
Black with #4176DB
Text Example
Text Example
White with #4176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176DB; }
p { color: rgb(65,118,219); }
H1.HeaderClassName
{
color: #4176DB;
}
.AnyTagClassName
{
color: #4176DB;
}
</style>
background-color css
<style>
a { background-color: #4176DB; }
a { background-color: rgb(65,118,219); }
div.DivClassName
{
background-color: #4176DB;
}
.BgClassName
{
background-color: #4176DB;
}
</style>
border-color css
<style>
span { border-color: #4176DB; }
span { border-color: rgb(65,118,219); }
td.TdClassName
{
border-color: #4176DB;
}
.TagClassName
{
border-color: #4176DB;
}
</style>