Shades of Royal Blue #4274DA
Tints of Royal Blue #4274DA
RGB
CMYK
RGB Variations
Color information
#4274DA (or 0x4274DA) is known color: Royal Blue. HEX triplet: 42, 74 and DA. RGB value is (66,116,218). Sum of RGB (Red+Green+Blue) = 66+116+218=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #4274DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274DA is #BD8B25. Grayscale: #707070. Windows color (decimal): -12421926 or 14316610. OLE color: 14316610.
HSL color Cylindrical-coordinate representation of color #4274DA: hue angle of 220.26º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4274DA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 116 | 218 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.15 |
| HSL | 220.26º | 0.67% | 0.56% | - |
| HSV(B) | 220.26º | 0.7% | 0.85% | - |
| XYZ | 21.15 | 18.71 | 68.83 | - |
| YUV | 112.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 218 | 0.70 | 0.47 | 0 | 0.15 | 220.26 | 0.67 | 0.56 |
| Hex | 42 | 74 | DA | 46 | 2F | 0 | F | DC | 43 | 38 |
| Octal | 102 | 164 | 332 | 106 | 57 | 0 | 17 | 334 | 103 | 70 |
| Binary | 1000010 | 1110100 | 11011010 | 1000110 | 101111 | 0 | 1111 | 11011100 | 1000011 | 111000 |
Color Harmonies of #4274DA
Complementary color
Monochromatic Colors of #4274DA
Black with #4274DA
Text Example
Text Example
White with #4274DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4274DA; }
p { color: rgb(66,116,218); }
H1.HeaderClassName
{
color: #4274DA;
}
.AnyTagClassName
{
color: #4274DA;
}
</style>
background-color css
<style>
a { background-color: #4274DA; }
a { background-color: rgb(66,116,218); }
div.DivClassName
{
background-color: #4274DA;
}
.BgClassName
{
background-color: #4274DA;
}
</style>
border-color css
<style>
span { border-color: #4274DA; }
span { border-color: rgb(66,116,218); }
td.TdClassName
{
border-color: #4274DA;
}
.TagClassName
{
border-color: #4274DA;
}
</style>