Shades of Royal Blue #4667DE
Tints of Royal Blue #4667DE
RGB
CMYK
RGB Variations
Color information
#4667DE (or 0x4667DE) is known color: Royal Blue. HEX triplet: 46, 67 and DE. RGB value is (70,103,222). Sum of RGB (Red+Green+Blue) = 70+103+222=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #4667DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667DE is #B99821. Grayscale: #6A6A6A. Windows color (decimal): -12163106 or 14575430. OLE color: 14575430.
HSL color Cylindrical-coordinate representation of color #4667DE: hue angle of 226.97º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4667DE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 103 | 222 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.13 |
| HSL | 226.97º | 0.7% | 0.57% | - |
| HSV(B) | 226.97º | 0.68% | 0.87% | - |
| XYZ | 20.56 | 16.28 | 71.17 | - |
| YUV | 106.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 222 | 0.68 | 0.54 | 0 | 0.13 | 226.97 | 0.7 | 0.57 |
| Hex | 46 | 67 | DE | 44 | 36 | 0 | D | E3 | 46 | 39 |
| Octal | 106 | 147 | 336 | 104 | 66 | 0 | 15 | 343 | 106 | 71 |
| Binary | 1000110 | 1100111 | 11011110 | 1000100 | 110110 | 0 | 1101 | 11100011 | 1000110 | 111001 |
Color Harmonies of #4667DE
Complementary color
Monochromatic Colors of #4667DE
Black with #4667DE
Text Example
Text Example
White with #4667DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667DE; }
p { color: rgb(70,103,222); }
H1.HeaderClassName
{
color: #4667DE;
}
.AnyTagClassName
{
color: #4667DE;
}
</style>
background-color css
<style>
a { background-color: #4667DE; }
a { background-color: rgb(70,103,222); }
div.DivClassName
{
background-color: #4667DE;
}
.BgClassName
{
background-color: #4667DE;
}
</style>
border-color css
<style>
span { border-color: #4667DE; }
span { border-color: rgb(70,103,222); }
td.TdClassName
{
border-color: #4667DE;
}
.TagClassName
{
border-color: #4667DE;
}
</style>