Shades of Royal Blue #446EEE
Tints of Royal Blue #446EEE
RGB
CMYK
RGB Variations
Color information
#446EEE (or 0x446EEE) is known color: Royal Blue. HEX triplet: 44, 6E and EE. RGB value is (68,110,238). Sum of RGB (Red+Green+Blue) = 68+110+238=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #446EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EEE is #BB9111. Grayscale: #6F6F6F. Windows color (decimal): -12292370 or 15625796. OLE color: 15625796.
HSL color Cylindrical-coordinate representation of color #446EEE: hue angle of 225.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #446EEE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 110 | 238 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.07 |
| HSL | 225.18º | 0.83% | 0.6% | - |
| HSV(B) | 225.18º | 0.71% | 0.93% | - |
| XYZ | 23.39 | 18.55 | 83.24 | - |
| YUV | 112.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 238 | 0.71 | 0.54 | 0 | 0.07 | 225.18 | 0.83 | 0.6 |
| Hex | 44 | 6E | EE | 47 | 36 | 0 | 7 | E1 | 53 | 3C |
| Octal | 104 | 156 | 356 | 107 | 66 | 0 | 7 | 341 | 123 | 74 |
| Binary | 1000100 | 1101110 | 11101110 | 1000111 | 110110 | 0 | 111 | 11100001 | 1010011 | 111100 |
Color Harmonies of #446EEE
Complementary color
Monochromatic Colors of #446EEE
Black with #446EEE
Text Example
Text Example
White with #446EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EEE; }
p { color: rgb(68,110,238); }
H1.HeaderClassName
{
color: #446EEE;
}
.AnyTagClassName
{
color: #446EEE;
}
</style>
background-color css
<style>
a { background-color: #446EEE; }
a { background-color: rgb(68,110,238); }
div.DivClassName
{
background-color: #446EEE;
}
.BgClassName
{
background-color: #446EEE;
}
</style>
border-color css
<style>
span { border-color: #446EEE; }
span { border-color: rgb(68,110,238); }
td.TdClassName
{
border-color: #446EEE;
}
.TagClassName
{
border-color: #446EEE;
}
</style>