Shades of Royal Blue #4675D3
Tints of Royal Blue #4675D3
RGB
CMYK
RGB Variations
Color information
#4675D3 (or 0x4675D3) is known color: Royal Blue. HEX triplet: 46, 75 and D3. RGB value is (70,117,211). Sum of RGB (Red+Green+Blue) = 70+117+211=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #4675D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675D3 is #B98A2C. Grayscale: #717171. Windows color (decimal): -12159533 or 13858118. OLE color: 13858118.
HSL color Cylindrical-coordinate representation of color #4675D3: hue angle of 220º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4675D3 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 117 | 211 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.17 |
| HSL | 220º | 0.62% | 0.55% | - |
| HSV(B) | 220º | 0.67% | 0.83% | - |
| XYZ | 20.64 | 18.73 | 64.15 | - |
| YUV | 113.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 211 | 0.67 | 0.45 | 0 | 0.17 | 220 | 0.62 | 0.55 |
| Hex | 46 | 75 | D3 | 43 | 2D | 0 | 11 | DC | 3E | 37 |
| Octal | 106 | 165 | 323 | 103 | 55 | 0 | 21 | 334 | 76 | 67 |
| Binary | 1000110 | 1110101 | 11010011 | 1000011 | 101101 | 0 | 10001 | 11011100 | 111110 | 110111 |
Color Harmonies of #4675D3
Complementary color
Monochromatic Colors of #4675D3
Black with #4675D3
Text Example
Text Example
White with #4675D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675D3; }
p { color: rgb(70,117,211); }
H1.HeaderClassName
{
color: #4675D3;
}
.AnyTagClassName
{
color: #4675D3;
}
</style>
background-color css
<style>
a { background-color: #4675D3; }
a { background-color: rgb(70,117,211); }
div.DivClassName
{
background-color: #4675D3;
}
.BgClassName
{
background-color: #4675D3;
}
</style>
border-color css
<style>
span { border-color: #4675D3; }
span { border-color: rgb(70,117,211); }
td.TdClassName
{
border-color: #4675D3;
}
.TagClassName
{
border-color: #4675D3;
}
</style>