Shades of Royal Blue #4469DC
Tints of Royal Blue #4469DC
RGB
CMYK
RGB Variations
Color information
#4469DC (or 0x4469DC) is known color: Royal Blue. HEX triplet: 44, 69 and DC. RGB value is (68,105,220). Sum of RGB (Red+Green+Blue) = 68+105+220=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #4469DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469DC is #BB9623. Grayscale: #6A6A6A. Windows color (decimal): -12293668 or 14444868. OLE color: 14444868.
HSL color Cylindrical-coordinate representation of color #4469DC: hue angle of 225.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4469DC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 105 | 220 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.14 |
| HSL | 225.39º | 0.68% | 0.56% | - |
| HSV(B) | 225.39º | 0.69% | 0.86% | - |
| XYZ | 20.35 | 16.5 | 69.82 | - |
| YUV | 107.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 220 | 0.69 | 0.52 | 0 | 0.14 | 225.39 | 0.68 | 0.56 |
| Hex | 44 | 69 | DC | 45 | 34 | 0 | E | E1 | 44 | 38 |
| Octal | 104 | 151 | 334 | 105 | 64 | 0 | 16 | 341 | 104 | 70 |
| Binary | 1000100 | 1101001 | 11011100 | 1000101 | 110100 | 0 | 1110 | 11100001 | 1000100 | 111000 |
Color Harmonies of #4469DC
Complementary color
Monochromatic Colors of #4469DC
Black with #4469DC
Text Example
Text Example
White with #4469DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4469DC; }
p { color: rgb(68,105,220); }
H1.HeaderClassName
{
color: #4469DC;
}
.AnyTagClassName
{
color: #4469DC;
}
</style>
background-color css
<style>
a { background-color: #4469DC; }
a { background-color: rgb(68,105,220); }
div.DivClassName
{
background-color: #4469DC;
}
.BgClassName
{
background-color: #4469DC;
}
</style>
border-color css
<style>
span { border-color: #4469DC; }
span { border-color: rgb(68,105,220); }
td.TdClassName
{
border-color: #4469DC;
}
.TagClassName
{
border-color: #4469DC;
}
</style>