Shades of Royal Blue #4667EA
Tints of Royal Blue #4667EA
RGB
CMYK
RGB Variations
Color information
#4667EA (or 0x4667EA) is known color: Royal Blue. HEX triplet: 46, 67 and EA. RGB value is (70,103,234). Sum of RGB (Red+Green+Blue) = 70+103+234=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #4667EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4667EA is #B99815. Grayscale: #6B6B6B. Windows color (decimal): -12163094 or 15361862. OLE color: 15361862.
HSL color Cylindrical-coordinate representation of color #4667EA: hue angle of 227.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4667EA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 103 | 234 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.08 |
| HSL | 227.93º | 0.8% | 0.6% | - |
| HSV(B) | 227.93º | 0.7% | 0.92% | - |
| XYZ | 22.23 | 16.94 | 79.94 | - |
| YUV | 108.07 | 199.07 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 234 | 0.70 | 0.56 | 0 | 0.08 | 227.93 | 0.8 | 0.6 |
| Hex | 46 | 67 | EA | 46 | 38 | 0 | 8 | E4 | 50 | 3C |
| Octal | 106 | 147 | 352 | 106 | 70 | 0 | 10 | 344 | 120 | 74 |
| Binary | 1000110 | 1100111 | 11101010 | 1000110 | 111000 | 0 | 1000 | 11100100 | 1010000 | 111100 |
Color Harmonies of #4667EA
Complementary color
Monochromatic Colors of #4667EA
Black with #4667EA
Text Example
Text Example
White with #4667EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667EA; }
p { color: rgb(70,103,234); }
H1.HeaderClassName
{
color: #4667EA;
}
.AnyTagClassName
{
color: #4667EA;
}
</style>
background-color css
<style>
a { background-color: #4667EA; }
a { background-color: rgb(70,103,234); }
div.DivClassName
{
background-color: #4667EA;
}
.BgClassName
{
background-color: #4667EA;
}
</style>
border-color css
<style>
span { border-color: #4667EA; }
span { border-color: rgb(70,103,234); }
td.TdClassName
{
border-color: #4667EA;
}
.TagClassName
{
border-color: #4667EA;
}
</style>