Shades of Royal Blue #4467DD
Tints of Royal Blue #4467DD
RGB
CMYK
RGB Variations
Color information
#4467DD (or 0x4467DD) is known color: Royal Blue. HEX triplet: 44, 67 and DD. RGB value is (68,103,221). Sum of RGB (Red+Green+Blue) = 68+103+221=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #4467DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467DD is #BB9822. Grayscale: #696969. Windows color (decimal): -12294179 or 14509892. OLE color: 14509892.
HSL color Cylindrical-coordinate representation of color #4467DD: hue angle of 226.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4467DD is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 103 | 221 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.13 |
| HSL | 226.27º | 0.69% | 0.57% | - |
| HSV(B) | 226.27º | 0.69% | 0.87% | - |
| XYZ | 20.29 | 16.15 | 70.45 | - |
| YUV | 105.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 221 | 0.69 | 0.53 | 0 | 0.13 | 226.27 | 0.69 | 0.57 |
| Hex | 44 | 67 | DD | 45 | 35 | 0 | D | E2 | 45 | 39 |
| Octal | 104 | 147 | 335 | 105 | 65 | 0 | 15 | 342 | 105 | 71 |
| Binary | 1000100 | 1100111 | 11011101 | 1000101 | 110101 | 0 | 1101 | 11100010 | 1000101 | 111001 |
Color Harmonies of #4467DD
Complementary color
Monochromatic Colors of #4467DD
Black with #4467DD
Text Example
Text Example
White with #4467DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467DD; }
p { color: rgb(68,103,221); }
H1.HeaderClassName
{
color: #4467DD;
}
.AnyTagClassName
{
color: #4467DD;
}
</style>
background-color css
<style>
a { background-color: #4467DD; }
a { background-color: rgb(68,103,221); }
div.DivClassName
{
background-color: #4467DD;
}
.BgClassName
{
background-color: #4467DD;
}
</style>
border-color css
<style>
span { border-color: #4467DD; }
span { border-color: rgb(68,103,221); }
td.TdClassName
{
border-color: #4467DD;
}
.TagClassName
{
border-color: #4467DD;
}
</style>