Shades of Royal Blue #4274DB
Tints of Royal Blue #4274DB
RGB
CMYK
RGB Variations
Color information
#4274DB (or 0x4274DB) is known color: Royal Blue. HEX triplet: 42, 74 and DB. RGB value is (66,116,219). Sum of RGB (Red+Green+Blue) = 66+116+219=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #4274DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274DB is #BD8B24. Grayscale: #707070. Windows color (decimal): -12421925 or 14382146. OLE color: 14382146.
HSL color Cylindrical-coordinate representation of color #4274DB: hue angle of 220.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4274DB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 116 | 219 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.14 |
| HSL | 220.39º | 0.68% | 0.56% | - |
| HSV(B) | 220.39º | 0.7% | 0.86% | - |
| XYZ | 21.28 | 18.76 | 69.52 | - |
| YUV | 112.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 219 | 0.70 | 0.47 | 0 | 0.14 | 220.39 | 0.68 | 0.56 |
| Hex | 42 | 74 | DB | 46 | 2F | 0 | E | DC | 44 | 38 |
| Octal | 102 | 164 | 333 | 106 | 57 | 0 | 16 | 334 | 104 | 70 |
| Binary | 1000010 | 1110100 | 11011011 | 1000110 | 101111 | 0 | 1110 | 11011100 | 1000100 | 111000 |
Color Harmonies of #4274DB
Complementary color
Monochromatic Colors of #4274DB
Black with #4274DB
Text Example
Text Example
White with #4274DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4274DB; }
p { color: rgb(66,116,219); }
H1.HeaderClassName
{
color: #4274DB;
}
.AnyTagClassName
{
color: #4274DB;
}
</style>
background-color css
<style>
a { background-color: #4274DB; }
a { background-color: rgb(66,116,219); }
div.DivClassName
{
background-color: #4274DB;
}
.BgClassName
{
background-color: #4274DB;
}
</style>
border-color css
<style>
span { border-color: #4274DB; }
span { border-color: rgb(66,116,219); }
td.TdClassName
{
border-color: #4274DB;
}
.TagClassName
{
border-color: #4274DB;
}
</style>