Shades of Royal Blue #4473EA
Tints of Royal Blue #4473EA
RGB
CMYK
RGB Variations
Color information
#4473EA (or 0x4473EA) is known color: Royal Blue. HEX triplet: 44, 73 and EA. RGB value is (68,115,234). Sum of RGB (Red+Green+Blue) = 68+115+234=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #4473EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4473EA is #BB8C15. Grayscale: #717171. Windows color (decimal): -12291094 or 15364932. OLE color: 15364932.
HSL color Cylindrical-coordinate representation of color #4473EA: hue angle of 223.01º 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 #4473EA is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 115 | 234 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.08 |
| HSL | 223.01º | 0.8% | 0.59% | - |
| HSV(B) | 223.01º | 0.71% | 0.92% | - |
| XYZ | 23.37 | 19.43 | 80.36 | - |
| YUV | 114.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 234 | 0.71 | 0.51 | 0 | 0.08 | 223.01 | 0.8 | 0.59 |
| Hex | 44 | 73 | EA | 47 | 33 | 0 | 8 | DF | 50 | 3B |
| Octal | 104 | 163 | 352 | 107 | 63 | 0 | 10 | 337 | 120 | 73 |
| Binary | 1000100 | 1110011 | 11101010 | 1000111 | 110011 | 0 | 1000 | 11011111 | 1010000 | 111011 |
Color Harmonies of #4473EA
Complementary color
Monochromatic Colors of #4473EA
Black with #4473EA
Text Example
Text Example
White with #4473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4473EA; }
p { color: rgb(68,115,234); }
H1.HeaderClassName
{
color: #4473EA;
}
.AnyTagClassName
{
color: #4473EA;
}
</style>
background-color css
<style>
a { background-color: #4473EA; }
a { background-color: rgb(68,115,234); }
div.DivClassName
{
background-color: #4473EA;
}
.BgClassName
{
background-color: #4473EA;
}
</style>
border-color css
<style>
span { border-color: #4473EA; }
span { border-color: rgb(68,115,234); }
td.TdClassName
{
border-color: #4473EA;
}
.TagClassName
{
border-color: #4473EA;
}
</style>