Shades of Royal Blue #4769DA
Tints of Royal Blue #4769DA
RGB
CMYK
RGB Variations
Color information
#4769DA (or 0x4769DA) is known color: Royal Blue. HEX triplet: 47, 69 and DA. RGB value is (71,105,218). Sum of RGB (Red+Green+Blue) = 71+105+218=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #4769DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769DA is #B89625. Grayscale: #6B6B6B. Windows color (decimal): -12097062 or 14313799. OLE color: 14313799.
HSL color Cylindrical-coordinate representation of color #4769DA: hue angle of 226.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4769DA is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 105 | 218 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.15 |
| HSL | 226.12º | 0.67% | 0.57% | - |
| HSV(B) | 226.12º | 0.67% | 0.85% | - |
| XYZ | 20.31 | 16.5 | 68.45 | - |
| YUV | 107.72 | 190.24 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 218 | 0.67 | 0.52 | 0 | 0.15 | 226.12 | 0.67 | 0.57 |
| Hex | 47 | 69 | DA | 43 | 34 | 0 | F | E2 | 43 | 39 |
| Octal | 107 | 151 | 332 | 103 | 64 | 0 | 17 | 342 | 103 | 71 |
| Binary | 1000111 | 1101001 | 11011010 | 1000011 | 110100 | 0 | 1111 | 11100010 | 1000011 | 111001 |
Color Harmonies of #4769DA
Complementary color
Monochromatic Colors of #4769DA
Black with #4769DA
Text Example
Text Example
White with #4769DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769DA; }
p { color: rgb(71,105,218); }
H1.HeaderClassName
{
color: #4769DA;
}
.AnyTagClassName
{
color: #4769DA;
}
</style>
background-color css
<style>
a { background-color: #4769DA; }
a { background-color: rgb(71,105,218); }
div.DivClassName
{
background-color: #4769DA;
}
.BgClassName
{
background-color: #4769DA;
}
</style>
border-color css
<style>
span { border-color: #4769DA; }
span { border-color: rgb(71,105,218); }
td.TdClassName
{
border-color: #4769DA;
}
.TagClassName
{
border-color: #4769DA;
}
</style>