Shades of Royal Blue #4274CB
Tints of Royal Blue #4274CB
RGB
CMYK
RGB Variations
Color information
#4274CB (or 0x4274CB) is known color: Royal Blue. HEX triplet: 42, 74 and CB. RGB value is (66,116,203). Sum of RGB (Red+Green+Blue) = 66+116+203=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4274CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274CB is #BD8B34. Grayscale: #6E6E6E. Windows color (decimal): -12421941 or 13333570. OLE color: 13333570.
HSL color Cylindrical-coordinate representation of color #4274CB: hue angle of 218.1º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4274CB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 116 | 203 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.20 |
| HSL | 218.1º | 0.57% | 0.53% | - |
| HSV(B) | 218.1º | 0.67% | 0.8% | - |
| XYZ | 19.27 | 17.96 | 58.95 | - |
| YUV | 110.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 203 | 0.67 | 0.43 | 0 | 0.20 | 218.1 | 0.57 | 0.53 |
| Hex | 42 | 74 | CB | 43 | 2B | 0 | 14 | DA | 39 | 35 |
| Octal | 102 | 164 | 313 | 103 | 53 | 0 | 24 | 332 | 71 | 65 |
| Binary | 1000010 | 1110100 | 11001011 | 1000011 | 101011 | 0 | 10100 | 11011010 | 111001 | 110101 |
Color Harmonies of #4274CB
Complementary color
Monochromatic Colors of #4274CB
Black with #4274CB
Text Example
Text Example
White with #4274CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4274CB; }
p { color: rgb(66,116,203); }
H1.HeaderClassName
{
color: #4274CB;
}
.AnyTagClassName
{
color: #4274CB;
}
</style>
background-color css
<style>
a { background-color: #4274CB; }
a { background-color: rgb(66,116,203); }
div.DivClassName
{
background-color: #4274CB;
}
.BgClassName
{
background-color: #4274CB;
}
</style>
border-color css
<style>
span { border-color: #4274CB; }
span { border-color: rgb(66,116,203); }
td.TdClassName
{
border-color: #4274CB;
}
.TagClassName
{
border-color: #4274CB;
}
</style>