Shades of Royal Blue #4673CC
Tints of Royal Blue #4673CC
RGB
CMYK
RGB Variations
Color information
#4673CC (or 0x4673CC) is known color: Royal Blue. HEX triplet: 46, 73 and CC. RGB value is (70,115,204). Sum of RGB (Red+Green+Blue) = 70+115+204=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4673CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673CC is #B98C33. Grayscale: #6F6F6F. Windows color (decimal): -12160052 or 13398854. OLE color: 13398854.
HSL color Cylindrical-coordinate representation of color #4673CC: hue angle of 219.85º 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 #4673CC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 115 | 204 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.2 |
| HSL | 219.85º | 0.57% | 0.54% | - |
| HSV(B) | 219.85º | 0.66% | 0.8% | - |
| XYZ | 19.56 | 17.92 | 59.56 | - |
| YUV | 111.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 204 | 0.66 | 0.44 | 0 | 0.2 | 219.85 | 0.57 | 0.54 |
| Hex | 46 | 73 | CC | 42 | 2C | 0 | 14 | DC | 39 | 36 |
| Octal | 106 | 163 | 314 | 102 | 54 | 0 | 24 | 334 | 71 | 66 |
| Binary | 1000110 | 1110011 | 11001100 | 1000010 | 101100 | 0 | 10100 | 11011100 | 111001 | 110110 |
Color Harmonies of #4673CC
Complementary color
Monochromatic Colors of #4673CC
Black with #4673CC
Text Example
Text Example
White with #4673CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673CC; }
p { color: rgb(70,115,204); }
H1.HeaderClassName
{
color: #4673CC;
}
.AnyTagClassName
{
color: #4673CC;
}
</style>
background-color css
<style>
a { background-color: #4673CC; }
a { background-color: rgb(70,115,204); }
div.DivClassName
{
background-color: #4673CC;
}
.BgClassName
{
background-color: #4673CC;
}
</style>
border-color css
<style>
span { border-color: #4673CC; }
span { border-color: rgb(70,115,204); }
td.TdClassName
{
border-color: #4673CC;
}
.TagClassName
{
border-color: #4673CC;
}
</style>