Shades of Royal Blue #4277D6
Tints of Royal Blue #4277D6
RGB
CMYK
RGB Variations
Color information
#4277D6 (or 0x4277D6) is known color: Royal Blue. HEX triplet: 42, 77 and D6. RGB value is (66,119,214). Sum of RGB (Red+Green+Blue) = 66+119+214=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #4277D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4277D6 is #BD8829. Grayscale: #717171. Windows color (decimal): -12421162 or 14055234. OLE color: 14055234.
HSL color Cylindrical-coordinate representation of color #4277D6: hue angle of 218.51º degrees, saturation: 0.64, 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 #4277D6 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 119 | 214 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.16 |
| HSL | 218.51º | 0.64% | 0.55% | - |
| HSV(B) | 218.51º | 0.69% | 0.84% | - |
| XYZ | 20.98 | 19.21 | 66.22 | - |
| YUV | 113.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 214 | 0.69 | 0.44 | 0 | 0.16 | 218.51 | 0.64 | 0.55 |
| Hex | 42 | 77 | D6 | 45 | 2C | 0 | 10 | DB | 40 | 37 |
| Octal | 102 | 167 | 326 | 105 | 54 | 0 | 20 | 333 | 100 | 67 |
| Binary | 1000010 | 1110111 | 11010110 | 1000101 | 101100 | 0 | 10000 | 11011011 | 1000000 | 110111 |
Color Harmonies of #4277D6
Complementary color
Monochromatic Colors of #4277D6
Black with #4277D6
Text Example
Text Example
White with #4277D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277D6; }
p { color: rgb(66,119,214); }
H1.HeaderClassName
{
color: #4277D6;
}
.AnyTagClassName
{
color: #4277D6;
}
</style>
background-color css
<style>
a { background-color: #4277D6; }
a { background-color: rgb(66,119,214); }
div.DivClassName
{
background-color: #4277D6;
}
.BgClassName
{
background-color: #4277D6;
}
</style>
border-color css
<style>
span { border-color: #4277D6; }
span { border-color: rgb(66,119,214); }
td.TdClassName
{
border-color: #4277D6;
}
.TagClassName
{
border-color: #4277D6;
}
</style>