Shades of Royal Blue #4279FF
Tints of Royal Blue #4279FF
RGB
CMYK
RGB Variations
Color information
#4279FF (or 0x4279FF) is known color: Royal Blue. HEX triplet: 42, 79 and FF. RGB value is (66,121,255). Sum of RGB (Red+Green+Blue) = 66+121+255=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #4279FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4279FF is #BD8600. Grayscale: #777777. Windows color (decimal): -12420609 or 16742722. OLE color: 16742722.
HSL color Cylindrical-coordinate representation of color #4279FF: hue angle of 222.54º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4279FF is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 121 | 255 | - |
| CMYK | 0.74 | 0.53 | 0 | 0 |
| HSL | 222.54º | 1% | 0.63% | - |
| HSV(B) | 222.54º | 0.74% | 1% | - |
| XYZ | 27.13 | 22.05 | 97.43 | - |
| YUV | 119.83 | 204.28 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 255 | 0.74 | 0.53 | 0 | 0 | 222.54 | 1 | 0.63 |
| Hex | 42 | 79 | FF | 4A | 35 | 0 | 0 | DF | 64 | 3F |
| Octal | 102 | 171 | 377 | 112 | 65 | 0 | 0 | 337 | 144 | 77 |
| Binary | 1000010 | 1111001 | 11111111 | 1001010 | 110101 | 0 | 0 | 11011111 | 1100100 | 111111 |
Color Harmonies of #4279FF
Complementary color
Monochromatic Colors of #4279FF
Black with #4279FF
Text Example
Text Example
White with #4279FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279FF; }
p { color: rgb(66,121,255); }
H1.HeaderClassName
{
color: #4279FF;
}
.AnyTagClassName
{
color: #4279FF;
}
</style>
background-color css
<style>
a { background-color: #4279FF; }
a { background-color: rgb(66,121,255); }
div.DivClassName
{
background-color: #4279FF;
}
.BgClassName
{
background-color: #4279FF;
}
</style>
border-color css
<style>
span { border-color: #4279FF; }
span { border-color: rgb(66,121,255); }
td.TdClassName
{
border-color: #4279FF;
}
.TagClassName
{
border-color: #4279FF;
}
</style>