Shades of Royal Blue #4272CF
Tints of Royal Blue #4272CF
RGB
CMYK
RGB Variations
Color information
#4272CF (or 0x4272CF) is known color: Royal Blue. HEX triplet: 42, 72 and CF. RGB value is (66,114,207). Sum of RGB (Red+Green+Blue) = 66+114+207=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #4272CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272CF is #BD8D30. Grayscale: #6D6D6D. Windows color (decimal): -12422449 or 13595202. OLE color: 13595202.
HSL color Cylindrical-coordinate representation of color #4272CF: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4272CF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 114 | 207 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.19 |
| HSL | 219.57º | 0.59% | 0.54% | - |
| HSV(B) | 219.57º | 0.68% | 0.81% | - |
| XYZ | 19.53 | 17.7 | 61.42 | - |
| YUV | 110.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 207 | 0.68 | 0.45 | 0 | 0.19 | 219.57 | 0.59 | 0.54 |
| Hex | 42 | 72 | CF | 44 | 2D | 0 | 13 | DC | 3B | 36 |
| Octal | 102 | 162 | 317 | 104 | 55 | 0 | 23 | 334 | 73 | 66 |
| Binary | 1000010 | 1110010 | 11001111 | 1000100 | 101101 | 0 | 10011 | 11011100 | 111011 | 110110 |
Color Harmonies of #4272CF
Complementary color
Monochromatic Colors of #4272CF
Black with #4272CF
Text Example
Text Example
White with #4272CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272CF; }
p { color: rgb(66,114,207); }
H1.HeaderClassName
{
color: #4272CF;
}
.AnyTagClassName
{
color: #4272CF;
}
</style>
background-color css
<style>
a { background-color: #4272CF; }
a { background-color: rgb(66,114,207); }
div.DivClassName
{
background-color: #4272CF;
}
.BgClassName
{
background-color: #4272CF;
}
</style>
border-color css
<style>
span { border-color: #4272CF; }
span { border-color: rgb(66,114,207); }
td.TdClassName
{
border-color: #4272CF;
}
.TagClassName
{
border-color: #4272CF;
}
</style>