Shades of Royal Blue #4276FA
Tints of Royal Blue #4276FA
RGB
CMYK
RGB Variations
Color information
#4276FA (or 0x4276FA) is known color: Royal Blue. HEX triplet: 42, 76 and FA. RGB value is (66,118,250). Sum of RGB (Red+Green+Blue) = 66+118+250=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #4276FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4276FA is #BD8905. Grayscale: #747474. Windows color (decimal): -12421382 or 16414274. OLE color: 16414274.
HSL color Cylindrical-coordinate representation of color #4276FA: hue angle of 223.04º 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 #4276FA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 118 | 250 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.02 |
| HSL | 223.04º | 0.95% | 0.62% | - |
| HSV(B) | 223.04º | 0.74% | 0.98% | - |
| XYZ | 25.98 | 21.02 | 93.13 | - |
| YUV | 117.5 | 202.77 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 250 | 0.74 | 0.53 | 0 | 0.02 | 223.04 | 0.95 | 0.62 |
| Hex | 42 | 76 | FA | 4A | 35 | 0 | 2 | DF | 5F | 3E |
| Octal | 102 | 166 | 372 | 112 | 65 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000010 | 1110110 | 11111010 | 1001010 | 110101 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4276FA
Complementary color
Monochromatic Colors of #4276FA
Black with #4276FA
Text Example
Text Example
White with #4276FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276FA; }
p { color: rgb(66,118,250); }
H1.HeaderClassName
{
color: #4276FA;
}
.AnyTagClassName
{
color: #4276FA;
}
</style>
background-color css
<style>
a { background-color: #4276FA; }
a { background-color: rgb(66,118,250); }
div.DivClassName
{
background-color: #4276FA;
}
.BgClassName
{
background-color: #4276FA;
}
</style>
border-color css
<style>
span { border-color: #4276FA; }
span { border-color: rgb(66,118,250); }
td.TdClassName
{
border-color: #4276FA;
}
.TagClassName
{
border-color: #4276FA;
}
</style>