Shades of Royal Blue #4074FA
Tints of Royal Blue #4074FA
RGB
CMYK
RGB Variations
Color information
#4074FA (or 0x4074FA) is known color: Royal Blue. HEX triplet: 40, 74 and FA. RGB value is (64,116,250). Sum of RGB (Red+Green+Blue) = 64+116+250=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #4074FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074FA is #BF8B05. Grayscale: #737373. Windows color (decimal): -12552966 or 16413760. OLE color: 16413760.
HSL color Cylindrical-coordinate representation of color #4074FA: hue angle of 223.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4074FA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 116 | 250 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.02 |
| HSL | 223.23º | 0.95% | 0.62% | - |
| HSV(B) | 223.23º | 0.74% | 0.98% | - |
| XYZ | 25.62 | 20.48 | 93.05 | - |
| YUV | 115.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 250 | 0.74 | 0.54 | 0 | 0.02 | 223.23 | 0.95 | 0.62 |
| Hex | 40 | 74 | FA | 4A | 36 | 0 | 2 | DF | 5F | 3E |
| Octal | 100 | 164 | 372 | 112 | 66 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000000 | 1110100 | 11111010 | 1001010 | 110110 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4074FA
Complementary color
Monochromatic Colors of #4074FA
Black with #4074FA
Text Example
Text Example
White with #4074FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074FA; }
p { color: rgb(64,116,250); }
H1.HeaderClassName
{
color: #4074FA;
}
.AnyTagClassName
{
color: #4074FA;
}
</style>
background-color css
<style>
a { background-color: #4074FA; }
a { background-color: rgb(64,116,250); }
div.DivClassName
{
background-color: #4074FA;
}
.BgClassName
{
background-color: #4074FA;
}
</style>
border-color css
<style>
span { border-color: #4074FA; }
span { border-color: rgb(64,116,250); }
td.TdClassName
{
border-color: #4074FA;
}
.TagClassName
{
border-color: #4074FA;
}
</style>