Shades of Royal Blue #4472F6
Tints of Royal Blue #4472F6
RGB
CMYK
RGB Variations
Color information
#4472F6 (or 0x4472F6) is known color: Royal Blue. HEX triplet: 44, 72 and F6. RGB value is (68,114,246). Sum of RGB (Red+Green+Blue) = 68+114+246=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #4472F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4472F6 is #BB8D09. Grayscale: #727272. Windows color (decimal): -12291338 or 16151108. OLE color: 16151108.
HSL color Cylindrical-coordinate representation of color #4472F6: hue angle of 224.49º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4472F6 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 114 | 246 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.04 |
| HSL | 224.49º | 0.91% | 0.62% | - |
| HSV(B) | 224.49º | 0.72% | 0.96% | - |
| XYZ | 25.04 | 19.92 | 89.71 | - |
| YUV | 115.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 246 | 0.72 | 0.54 | 0 | 0.04 | 224.49 | 0.91 | 0.62 |
| Hex | 44 | 72 | F6 | 48 | 36 | 0 | 4 | E0 | 5B | 3E |
| Octal | 104 | 162 | 366 | 110 | 66 | 0 | 4 | 340 | 133 | 76 |
| Binary | 1000100 | 1110010 | 11110110 | 1001000 | 110110 | 0 | 100 | 11100000 | 1011011 | 111110 |
Color Harmonies of #4472F6
Complementary color
Monochromatic Colors of #4472F6
Black with #4472F6
Text Example
Text Example
White with #4472F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472F6; }
p { color: rgb(68,114,246); }
H1.HeaderClassName
{
color: #4472F6;
}
.AnyTagClassName
{
color: #4472F6;
}
</style>
background-color css
<style>
a { background-color: #4472F6; }
a { background-color: rgb(68,114,246); }
div.DivClassName
{
background-color: #4472F6;
}
.BgClassName
{
background-color: #4472F6;
}
</style>
border-color css
<style>
span { border-color: #4472F6; }
span { border-color: rgb(68,114,246); }
td.TdClassName
{
border-color: #4472F6;
}
.TagClassName
{
border-color: #4472F6;
}
</style>