Shades of Royal Blue #4276FB
Tints of Royal Blue #4276FB
RGB
CMYK
RGB Variations
Color information
#4276FB (or 0x4276FB) is known color: Royal Blue. HEX triplet: 42, 76 and FB. RGB value is (66,118,251). Sum of RGB (Red+Green+Blue) = 66+118+251=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #4276FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4276FB is #BD8904. Grayscale: #757575. Windows color (decimal): -12421381 or 16479810. OLE color: 16479810.
HSL color Cylindrical-coordinate representation of color #4276FB: hue angle of 223.14º degrees, saturation: 0.96, 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 #4276FB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 118 | 251 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.02 |
| HSL | 223.14º | 0.96% | 0.62% | - |
| HSV(B) | 223.14º | 0.74% | 0.98% | - |
| XYZ | 26.14 | 21.08 | 93.96 | - |
| YUV | 117.61 | 203.27 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 251 | 0.74 | 0.53 | 0 | 0.02 | 223.14 | 0.96 | 0.62 |
| Hex | 42 | 76 | FB | 4A | 35 | 0 | 2 | DF | 60 | 3E |
| Octal | 102 | 166 | 373 | 112 | 65 | 0 | 2 | 337 | 140 | 76 |
| Binary | 1000010 | 1110110 | 11111011 | 1001010 | 110101 | 0 | 10 | 11011111 | 1100000 | 111110 |
Color Harmonies of #4276FB
Complementary color
Monochromatic Colors of #4276FB
Black with #4276FB
Text Example
Text Example
White with #4276FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276FB; }
p { color: rgb(66,118,251); }
H1.HeaderClassName
{
color: #4276FB;
}
.AnyTagClassName
{
color: #4276FB;
}
</style>
background-color css
<style>
a { background-color: #4276FB; }
a { background-color: rgb(66,118,251); }
div.DivClassName
{
background-color: #4276FB;
}
.BgClassName
{
background-color: #4276FB;
}
</style>
border-color css
<style>
span { border-color: #4276FB; }
span { border-color: rgb(66,118,251); }
td.TdClassName
{
border-color: #4276FB;
}
.TagClassName
{
border-color: #4276FB;
}
</style>