Shades of Royal Blue #4273FC
Tints of Royal Blue #4273FC
RGB
CMYK
RGB Variations
Color information
#4273FC (or 0x4273FC) is known color: Royal Blue. HEX triplet: 42, 73 and FC. RGB value is (66,115,252). Sum of RGB (Red+Green+Blue) = 66+115+252=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4273FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4273FC is #BD8C03. Grayscale: #737373. Windows color (decimal): -12422148 or 16544578. OLE color: 16544578.
HSL color Cylindrical-coordinate representation of color #4273FC: hue angle of 224.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4273FC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 115 | 252 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.01 |
| HSL | 224.19º | 0.97% | 0.62% | - |
| HSV(B) | 224.19º | 0.74% | 0.99% | - |
| XYZ | 25.95 | 20.45 | 94.67 | - |
| YUV | 115.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 252 | 0.74 | 0.54 | 0 | 0.01 | 224.19 | 0.97 | 0.62 |
| Hex | 42 | 73 | FC | 4A | 36 | 0 | 1 | E0 | 61 | 3E |
| Octal | 102 | 163 | 374 | 112 | 66 | 0 | 1 | 340 | 141 | 76 |
| Binary | 1000010 | 1110011 | 11111100 | 1001010 | 110110 | 0 | 1 | 11100000 | 1100001 | 111110 |
Color Harmonies of #4273FC
Complementary color
Monochromatic Colors of #4273FC
Black with #4273FC
Text Example
Text Example
White with #4273FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273FC; }
p { color: rgb(66,115,252); }
H1.HeaderClassName
{
color: #4273FC;
}
.AnyTagClassName
{
color: #4273FC;
}
</style>
background-color css
<style>
a { background-color: #4273FC; }
a { background-color: rgb(66,115,252); }
div.DivClassName
{
background-color: #4273FC;
}
.BgClassName
{
background-color: #4273FC;
}
</style>
border-color css
<style>
span { border-color: #4273FC; }
span { border-color: rgb(66,115,252); }
td.TdClassName
{
border-color: #4273FC;
}
.TagClassName
{
border-color: #4273FC;
}
</style>