Shades of Royal Blue #446FFD
Tints of Royal Blue #446FFD
RGB
CMYK
RGB Variations
Color information
#446FFD (or 0x446FFD) is known color: Royal Blue. HEX triplet: 44, 6F and FD. RGB value is (68,111,253). Sum of RGB (Red+Green+Blue) = 68+111+253=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #446FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FFD is #BB9002. Grayscale: #717171. Windows color (decimal): -12292099 or 16609092. OLE color: 16609092.
HSL color Cylindrical-coordinate representation of color #446FFD: hue angle of 226.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446FFD is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 111 | 253 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.01 |
| HSL | 226.05º | 0.98% | 0.63% | - |
| HSV(B) | 226.05º | 0.73% | 0.99% | - |
| XYZ | 25.8 | 19.69 | 95.37 | - |
| YUV | 114.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 253 | 0.73 | 0.56 | 0 | 0.01 | 226.05 | 0.98 | 0.63 |
| Hex | 44 | 6F | FD | 49 | 38 | 0 | 1 | E2 | 62 | 3F |
| Octal | 104 | 157 | 375 | 111 | 70 | 0 | 1 | 342 | 142 | 77 |
| Binary | 1000100 | 1101111 | 11111101 | 1001001 | 111000 | 0 | 1 | 11100010 | 1100010 | 111111 |
Color Harmonies of #446FFD
Complementary color
Monochromatic Colors of #446FFD
Black with #446FFD
Text Example
Text Example
White with #446FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FFD; }
p { color: rgb(68,111,253); }
H1.HeaderClassName
{
color: #446FFD;
}
.AnyTagClassName
{
color: #446FFD;
}
</style>
background-color css
<style>
a { background-color: #446FFD; }
a { background-color: rgb(68,111,253); }
div.DivClassName
{
background-color: #446FFD;
}
.BgClassName
{
background-color: #446FFD;
}
</style>
border-color css
<style>
span { border-color: #446FFD; }
span { border-color: rgb(68,111,253); }
td.TdClassName
{
border-color: #446FFD;
}
.TagClassName
{
border-color: #446FFD;
}
</style>