Shades of Royal Blue #4178CE
Tints of Royal Blue #4178CE
RGB
CMYK
RGB Variations
Color information
#4178CE (or 0x4178CE) is known color: Royal Blue. HEX triplet: 41, 78 and CE. RGB value is (65,120,206). Sum of RGB (Red+Green+Blue) = 65+120+206=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4178CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178CE is #BE8731. Grayscale: #707070. Windows color (decimal): -12486450 or 13531201. OLE color: 13531201.
HSL color Cylindrical-coordinate representation of color #4178CE: hue angle of 216.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4178CE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 120 | 206 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.19 |
| HSL | 216.6º | 0.59% | 0.53% | - |
| HSV(B) | 216.6º | 0.68% | 0.81% | - |
| XYZ | 20.04 | 19.01 | 61.01 | - |
| YUV | 113.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 206 | 0.68 | 0.42 | 0 | 0.19 | 216.6 | 0.59 | 0.53 |
| Hex | 41 | 78 | CE | 44 | 2A | 0 | 13 | D9 | 3B | 35 |
| Octal | 101 | 170 | 316 | 104 | 52 | 0 | 23 | 331 | 73 | 65 |
| Binary | 1000001 | 1111000 | 11001110 | 1000100 | 101010 | 0 | 10011 | 11011001 | 111011 | 110101 |
Color Harmonies of #4178CE
Complementary color
Monochromatic Colors of #4178CE
Black with #4178CE
Text Example
Text Example
White with #4178CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4178CE; }
p { color: rgb(65,120,206); }
H1.HeaderClassName
{
color: #4178CE;
}
.AnyTagClassName
{
color: #4178CE;
}
</style>
background-color css
<style>
a { background-color: #4178CE; }
a { background-color: rgb(65,120,206); }
div.DivClassName
{
background-color: #4178CE;
}
.BgClassName
{
background-color: #4178CE;
}
</style>
border-color css
<style>
span { border-color: #4178CE; }
span { border-color: rgb(65,120,206); }
td.TdClassName
{
border-color: #4178CE;
}
.TagClassName
{
border-color: #4178CE;
}
</style>