Shades of Royal Blue #4467D1
Tints of Royal Blue #4467D1
RGB
CMYK
RGB Variations
Color information
#4467D1 (or 0x4467D1) is known color: Royal Blue. HEX triplet: 44, 67 and D1. RGB value is (68,103,209). Sum of RGB (Red+Green+Blue) = 68+103+209=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #4467D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467D1 is #BB982E. Grayscale: #686868. Windows color (decimal): -12294191 or 13723460. OLE color: 13723460.
HSL color Cylindrical-coordinate representation of color #4467D1: hue angle of 225.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4467D1 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 103 | 209 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.18 |
| HSL | 225.11º | 0.61% | 0.54% | - |
| HSV(B) | 225.11º | 0.67% | 0.82% | - |
| XYZ | 18.74 | 15.53 | 62.33 | - |
| YUV | 104.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 209 | 0.67 | 0.51 | 0 | 0.18 | 225.11 | 0.61 | 0.54 |
| Hex | 44 | 67 | D1 | 43 | 33 | 0 | 12 | E1 | 3D | 36 |
| Octal | 104 | 147 | 321 | 103 | 63 | 0 | 22 | 341 | 75 | 66 |
| Binary | 1000100 | 1100111 | 11010001 | 1000011 | 110011 | 0 | 10010 | 11100001 | 111101 | 110110 |
Color Harmonies of #4467D1
Complementary color
Monochromatic Colors of #4467D1
Black with #4467D1
Text Example
Text Example
White with #4467D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467D1; }
p { color: rgb(68,103,209); }
H1.HeaderClassName
{
color: #4467D1;
}
.AnyTagClassName
{
color: #4467D1;
}
</style>
background-color css
<style>
a { background-color: #4467D1; }
a { background-color: rgb(68,103,209); }
div.DivClassName
{
background-color: #4467D1;
}
.BgClassName
{
background-color: #4467D1;
}
</style>
border-color css
<style>
span { border-color: #4467D1; }
span { border-color: rgb(68,103,209); }
td.TdClassName
{
border-color: #4467D1;
}
.TagClassName
{
border-color: #4467D1;
}
</style>