Shades of Royal Blue #4672FD
Tints of Royal Blue #4672FD
RGB
CMYK
RGB Variations
Color information
#4672FD (or 0x4672FD) is known color: Royal Blue. HEX triplet: 46, 72 and FD. RGB value is (70,114,253). Sum of RGB (Red+Green+Blue) = 70+114+253=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4672FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4672FD is #B98D02. Grayscale: #747474. Windows color (decimal): -12160259 or 16609862. OLE color: 16609862.
HSL color Cylindrical-coordinate representation of color #4672FD: hue angle of 225.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4672FD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 114 | 253 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.01 |
| HSL | 225.57º | 0.98% | 0.63% | - |
| HSV(B) | 225.57º | 0.72% | 0.99% | - |
| XYZ | 26.27 | 20.43 | 95.49 | - |
| YUV | 116.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 253 | 0.72 | 0.55 | 0 | 0.01 | 225.57 | 0.98 | 0.63 |
| Hex | 46 | 72 | FD | 48 | 37 | 0 | 1 | E2 | 62 | 3F |
| Octal | 106 | 162 | 375 | 110 | 67 | 0 | 1 | 342 | 142 | 77 |
| Binary | 1000110 | 1110010 | 11111101 | 1001000 | 110111 | 0 | 1 | 11100010 | 1100010 | 111111 |
Color Harmonies of #4672FD
Complementary color
Monochromatic Colors of #4672FD
Black with #4672FD
Text Example
Text Example
White with #4672FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672FD; }
p { color: rgb(70,114,253); }
H1.HeaderClassName
{
color: #4672FD;
}
.AnyTagClassName
{
color: #4672FD;
}
</style>
background-color css
<style>
a { background-color: #4672FD; }
a { background-color: rgb(70,114,253); }
div.DivClassName
{
background-color: #4672FD;
}
.BgClassName
{
background-color: #4672FD;
}
</style>
border-color css
<style>
span { border-color: #4672FD; }
span { border-color: rgb(70,114,253); }
td.TdClassName
{
border-color: #4672FD;
}
.TagClassName
{
border-color: #4672FD;
}
</style>