Shades of Royal Blue #4468EA
Tints of Royal Blue #4468EA
RGB
CMYK
RGB Variations
Color information
#4468EA (or 0x4468EA) is known color: Royal Blue. HEX triplet: 44, 68 and EA. RGB value is (68,104,234). Sum of RGB (Red+Green+Blue) = 68+104+234=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #4468EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4468EA is #BB9715. Grayscale: #6B6B6B. Windows color (decimal): -12293910 or 15362116. OLE color: 15362116.
HSL color Cylindrical-coordinate representation of color #4468EA: hue angle of 226.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4468EA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 104 | 234 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.08 |
| HSL | 226.99º | 0.8% | 0.59% | - |
| HSV(B) | 226.99º | 0.71% | 0.92% | - |
| XYZ | 22.19 | 17.07 | 79.97 | - |
| YUV | 108.06 | 199.07 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 234 | 0.71 | 0.56 | 0 | 0.08 | 226.99 | 0.8 | 0.59 |
| Hex | 44 | 68 | EA | 47 | 38 | 0 | 8 | E3 | 50 | 3B |
| Octal | 104 | 150 | 352 | 107 | 70 | 0 | 10 | 343 | 120 | 73 |
| Binary | 1000100 | 1101000 | 11101010 | 1000111 | 111000 | 0 | 1000 | 11100011 | 1010000 | 111011 |
Color Harmonies of #4468EA
Complementary color
Monochromatic Colors of #4468EA
Black with #4468EA
Text Example
Text Example
White with #4468EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4468EA; }
p { color: rgb(68,104,234); }
H1.HeaderClassName
{
color: #4468EA;
}
.AnyTagClassName
{
color: #4468EA;
}
</style>
background-color css
<style>
a { background-color: #4468EA; }
a { background-color: rgb(68,104,234); }
div.DivClassName
{
background-color: #4468EA;
}
.BgClassName
{
background-color: #4468EA;
}
</style>
border-color css
<style>
span { border-color: #4468EA; }
span { border-color: rgb(68,104,234); }
td.TdClassName
{
border-color: #4468EA;
}
.TagClassName
{
border-color: #4468EA;
}
</style>