Shades of Royal Blue #4276D7
Tints of Royal Blue #4276D7
RGB
CMYK
RGB Variations
Color information
#4276D7 (or 0x4276D7) is known color: Royal Blue. HEX triplet: 42, 76 and D7. RGB value is (66,118,215). Sum of RGB (Red+Green+Blue) = 66+118+215=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #4276D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276D7 is #BD8928. Grayscale: #717171. Windows color (decimal): -12421417 or 14120514. OLE color: 14120514.
HSL color Cylindrical-coordinate representation of color #4276D7: hue angle of 219.06º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4276D7 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 118 | 215 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.16 |
| HSL | 219.06º | 0.65% | 0.55% | - |
| HSV(B) | 219.06º | 0.69% | 0.84% | - |
| XYZ | 20.99 | 19.02 | 66.86 | - |
| YUV | 113.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 215 | 0.69 | 0.45 | 0 | 0.16 | 219.06 | 0.65 | 0.55 |
| Hex | 42 | 76 | D7 | 45 | 2D | 0 | 10 | DB | 41 | 37 |
| Octal | 102 | 166 | 327 | 105 | 55 | 0 | 20 | 333 | 101 | 67 |
| Binary | 1000010 | 1110110 | 11010111 | 1000101 | 101101 | 0 | 10000 | 11011011 | 1000001 | 110111 |
Color Harmonies of #4276D7
Complementary color
Monochromatic Colors of #4276D7
Black with #4276D7
Text Example
Text Example
White with #4276D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276D7; }
p { color: rgb(66,118,215); }
H1.HeaderClassName
{
color: #4276D7;
}
.AnyTagClassName
{
color: #4276D7;
}
</style>
background-color css
<style>
a { background-color: #4276D7; }
a { background-color: rgb(66,118,215); }
div.DivClassName
{
background-color: #4276D7;
}
.BgClassName
{
background-color: #4276D7;
}
</style>
border-color css
<style>
span { border-color: #4276D7; }
span { border-color: rgb(66,118,215); }
td.TdClassName
{
border-color: #4276D7;
}
.TagClassName
{
border-color: #4276D7;
}
</style>