Shades of Royal Blue #4481F3
Tints of Royal Blue #4481F3
RGB
CMYK
RGB Variations
Color information
#4481F3 (or 0x4481F3) is known color: Royal Blue. HEX triplet: 44, 81 and F3. RGB value is (68,129,243). Sum of RGB (Red+Green+Blue) = 68+129+243=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #4481F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4481F3 is #BB7E0C. Grayscale: #7B7B7B. Windows color (decimal): -12287501 or 15958340. OLE color: 15958340.
HSL color Cylindrical-coordinate representation of color #4481F3: hue angle of 219.09º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4481F3 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 129 | 243 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.05 |
| HSL | 219.09º | 0.88% | 0.61% | - |
| HSV(B) | 219.09º | 0.72% | 0.95% | - |
| XYZ | 26.41 | 23.4 | 87.92 | - |
| YUV | 123.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 243 | 0.72 | 0.47 | 0 | 0.05 | 219.09 | 0.88 | 0.61 |
| Hex | 44 | 81 | F3 | 48 | 2F | 0 | 5 | DB | 58 | 3D |
| Octal | 104 | 201 | 363 | 110 | 57 | 0 | 5 | 333 | 130 | 75 |
| Binary | 1000100 | 10000001 | 11110011 | 1001000 | 101111 | 0 | 101 | 11011011 | 1011000 | 111101 |
Color Harmonies of #4481F3
Complementary color
Monochromatic Colors of #4481F3
Black with #4481F3
Text Example
Text Example
White with #4481F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4481F3; }
p { color: rgb(68,129,243); }
H1.HeaderClassName
{
color: #4481F3;
}
.AnyTagClassName
{
color: #4481F3;
}
</style>
background-color css
<style>
a { background-color: #4481F3; }
a { background-color: rgb(68,129,243); }
div.DivClassName
{
background-color: #4481F3;
}
.BgClassName
{
background-color: #4481F3;
}
</style>
border-color css
<style>
span { border-color: #4481F3; }
span { border-color: rgb(68,129,243); }
td.TdClassName
{
border-color: #4481F3;
}
.TagClassName
{
border-color: #4481F3;
}
</style>