Shades of Royal Blue #486BDA
Tints of Royal Blue #486BDA
RGB
CMYK
RGB Variations
Color information
#486BDA (or 0x486BDA) is known color: Royal Blue. HEX triplet: 48, 6B and DA. RGB value is (72,107,218). Sum of RGB (Red+Green+Blue) = 72+107+218=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #486BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BDA is #B79425. Grayscale: #6C6C6C. Windows color (decimal): -12031014 or 14314312. OLE color: 14314312.
HSL color Cylindrical-coordinate representation of color #486BDA: hue angle of 225.62º degrees, saturation: 0.66, 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 #486BDA is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 107 | 218 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.15 |
| HSL | 225.62º | 0.66% | 0.57% | - |
| HSV(B) | 225.62º | 0.67% | 0.85% | - |
| XYZ | 20.59 | 16.96 | 68.52 | - |
| YUV | 109.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 218 | 0.67 | 0.51 | 0 | 0.15 | 225.62 | 0.66 | 0.57 |
| Hex | 48 | 6B | DA | 43 | 33 | 0 | F | E2 | 42 | 39 |
| Octal | 110 | 153 | 332 | 103 | 63 | 0 | 17 | 342 | 102 | 71 |
| Binary | 1001000 | 1101011 | 11011010 | 1000011 | 110011 | 0 | 1111 | 11100010 | 1000010 | 111001 |
Color Harmonies of #486BDA
Complementary color
Monochromatic Colors of #486BDA
Black with #486BDA
Text Example
Text Example
White with #486BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BDA; }
p { color: rgb(72,107,218); }
H1.HeaderClassName
{
color: #486BDA;
}
.AnyTagClassName
{
color: #486BDA;
}
</style>
background-color css
<style>
a { background-color: #486BDA; }
a { background-color: rgb(72,107,218); }
div.DivClassName
{
background-color: #486BDA;
}
.BgClassName
{
background-color: #486BDA;
}
</style>
border-color css
<style>
span { border-color: #486BDA; }
span { border-color: rgb(72,107,218); }
td.TdClassName
{
border-color: #486BDA;
}
.TagClassName
{
border-color: #486BDA;
}
</style>