Shades of Royal Blue #4671CB
Tints of Royal Blue #4671CB
RGB
CMYK
RGB Variations
Color information
#4671CB (or 0x4671CB) is known color: Royal Blue. HEX triplet: 46, 71 and CB. RGB value is (70,113,203). Sum of RGB (Red+Green+Blue) = 70+113+203=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #4671CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CB is #B98E34. Grayscale: #6E6E6E. Windows color (decimal): -12160565 or 13332806. OLE color: 13332806.
HSL color Cylindrical-coordinate representation of color #4671CB: hue angle of 220.6º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4671CB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 113 | 203 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.20 |
| HSL | 220.6º | 0.56% | 0.54% | - |
| HSV(B) | 220.6º | 0.66% | 0.8% | - |
| XYZ | 19.21 | 17.42 | 58.85 | - |
| YUV | 110.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 203 | 0.66 | 0.44 | 0 | 0.20 | 220.6 | 0.56 | 0.54 |
| Hex | 46 | 71 | CB | 42 | 2C | 0 | 14 | DD | 38 | 36 |
| Octal | 106 | 161 | 313 | 102 | 54 | 0 | 24 | 335 | 70 | 66 |
| Binary | 1000110 | 1110001 | 11001011 | 1000010 | 101100 | 0 | 10100 | 11011101 | 111000 | 110110 |
Color Harmonies of #4671CB
Complementary color
Monochromatic Colors of #4671CB
Black with #4671CB
Text Example
Text Example
White with #4671CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4671CB; }
p { color: rgb(70,113,203); }
H1.HeaderClassName
{
color: #4671CB;
}
.AnyTagClassName
{
color: #4671CB;
}
</style>
background-color css
<style>
a { background-color: #4671CB; }
a { background-color: rgb(70,113,203); }
div.DivClassName
{
background-color: #4671CB;
}
.BgClassName
{
background-color: #4671CB;
}
</style>
border-color css
<style>
span { border-color: #4671CB; }
span { border-color: rgb(70,113,203); }
td.TdClassName
{
border-color: #4671CB;
}
.TagClassName
{
border-color: #4671CB;
}
</style>