Shades of Royal Blue #4675CF
Tints of Royal Blue #4675CF
RGB
CMYK
RGB Variations
Color information
#4675CF (or 0x4675CF) is known color: Royal Blue. HEX triplet: 46, 75 and CF. RGB value is (70,117,207). Sum of RGB (Red+Green+Blue) = 70+117+207=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4675CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675CF is #B98A30. Grayscale: #707070. Windows color (decimal): -12159537 or 13595974. OLE color: 13595974.
HSL color Cylindrical-coordinate representation of color #4675CF: hue angle of 219.42º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4675CF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 117 | 207 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.19 |
| HSL | 219.42º | 0.59% | 0.54% | - |
| HSV(B) | 219.42º | 0.66% | 0.81% | - |
| XYZ | 20.15 | 18.53 | 61.55 | - |
| YUV | 113.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 207 | 0.66 | 0.43 | 0 | 0.19 | 219.42 | 0.59 | 0.54 |
| Hex | 46 | 75 | CF | 42 | 2B | 0 | 13 | DB | 3B | 36 |
| Octal | 106 | 165 | 317 | 102 | 53 | 0 | 23 | 333 | 73 | 66 |
| Binary | 1000110 | 1110101 | 11001111 | 1000010 | 101011 | 0 | 10011 | 11011011 | 111011 | 110110 |
Color Harmonies of #4675CF
Complementary color
Monochromatic Colors of #4675CF
Black with #4675CF
Text Example
Text Example
White with #4675CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675CF; }
p { color: rgb(70,117,207); }
H1.HeaderClassName
{
color: #4675CF;
}
.AnyTagClassName
{
color: #4675CF;
}
</style>
background-color css
<style>
a { background-color: #4675CF; }
a { background-color: rgb(70,117,207); }
div.DivClassName
{
background-color: #4675CF;
}
.BgClassName
{
background-color: #4675CF;
}
</style>
border-color css
<style>
span { border-color: #4675CF; }
span { border-color: rgb(70,117,207); }
td.TdClassName
{
border-color: #4675CF;
}
.TagClassName
{
border-color: #4675CF;
}
</style>