Shades of Royal Blue #4B6CCF
Tints of Royal Blue #4B6CCF
RGB
CMYK
RGB Variations
Color information
#4B6CCF (or 0x4B6CCF) is known color: Royal Blue. HEX triplet: 4B, 6C and CF. RGB value is (75,108,207). Sum of RGB (Red+Green+Blue) = 75+108+207=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6CCF is #B49330. Grayscale: #6C6C6C. Windows color (decimal): -11834161 or 13593675. OLE color: 13593675.
HSL color Cylindrical-coordinate representation of color #4B6CCF: hue angle of 225º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B6CCF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 108 | 207 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.19 |
| HSL | 225º | 0.58% | 0.55% | - |
| HSV(B) | 225º | 0.64% | 0.81% | - |
| XYZ | 19.53 | 16.73 | 61.23 | - |
| YUV | 109.42 | 183.07 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 108 | 207 | 0.64 | 0.48 | 0 | 0.19 | 225 | 0.58 | 0.55 |
| Hex | 4B | 6C | CF | 40 | 30 | 0 | 13 | E1 | 3A | 37 |
| Octal | 113 | 154 | 317 | 100 | 60 | 0 | 23 | 341 | 72 | 67 |
| Binary | 1001011 | 1101100 | 11001111 | 1000000 | 110000 | 0 | 10011 | 11100001 | 111010 | 110111 |
Color Harmonies of #4B6CCF
Complementary color
Monochromatic Colors of #4B6CCF
Black with #4B6CCF
Text Example
Text Example
White with #4B6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6CCF; }
p { color: rgb(75,108,207); }
H1.HeaderClassName
{
color: #4B6CCF;
}
.AnyTagClassName
{
color: #4B6CCF;
}
</style>
background-color css
<style>
a { background-color: #4B6CCF; }
a { background-color: rgb(75,108,207); }
div.DivClassName
{
background-color: #4B6CCF;
}
.BgClassName
{
background-color: #4B6CCF;
}
</style>
border-color css
<style>
span { border-color: #4B6CCF; }
span { border-color: rgb(75,108,207); }
td.TdClassName
{
border-color: #4B6CCF;
}
.TagClassName
{
border-color: #4B6CCF;
}
</style>