Shades of Royal Blue #4671CC
Tints of Royal Blue #4671CC
RGB
CMYK
RGB Variations
Color information
#4671CC (or 0x4671CC) is known color: Royal Blue. HEX triplet: 46, 71 and CC. RGB value is (70,113,204). Sum of RGB (Red+Green+Blue) = 70+113+204=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4671CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CC is #B98E33. Grayscale: #6E6E6E. Windows color (decimal): -12160564 or 13398342. OLE color: 13398342.
HSL color Cylindrical-coordinate representation of color #4671CC: hue angle of 220.75º degrees, saturation: 0.57, 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 #4671CC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 113 | 204 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.2 |
| HSL | 220.75º | 0.57% | 0.54% | - |
| HSV(B) | 220.75º | 0.66% | 0.8% | - |
| XYZ | 19.33 | 17.47 | 59.48 | - |
| YUV | 110.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 204 | 0.66 | 0.45 | 0 | 0.2 | 220.75 | 0.57 | 0.54 |
| Hex | 46 | 71 | CC | 42 | 2D | 0 | 14 | DD | 39 | 36 |
| Octal | 106 | 161 | 314 | 102 | 55 | 0 | 24 | 335 | 71 | 66 |
| Binary | 1000110 | 1110001 | 11001100 | 1000010 | 101101 | 0 | 10100 | 11011101 | 111001 | 110110 |
Color Harmonies of #4671CC
Complementary color
Monochromatic Colors of #4671CC
Black with #4671CC
Text Example
Text Example
White with #4671CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4671CC; }
p { color: rgb(70,113,204); }
H1.HeaderClassName
{
color: #4671CC;
}
.AnyTagClassName
{
color: #4671CC;
}
</style>
background-color css
<style>
a { background-color: #4671CC; }
a { background-color: rgb(70,113,204); }
div.DivClassName
{
background-color: #4671CC;
}
.BgClassName
{
background-color: #4671CC;
}
</style>
border-color css
<style>
span { border-color: #4671CC; }
span { border-color: rgb(70,113,204); }
td.TdClassName
{
border-color: #4671CC;
}
.TagClassName
{
border-color: #4671CC;
}
</style>