Shades of Royal Blue #4683EA
Tints of Royal Blue #4683EA
RGB
CMYK
RGB Variations
Color information
#4683EA (or 0x4683EA) is known color: Royal Blue. HEX triplet: 46, 83 and EA. RGB value is (70,131,234). Sum of RGB (Red+Green+Blue) = 70+131+234=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #4683EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4683EA is #B97C15. Grayscale: #7C7C7C. Windows color (decimal): -12155926 or 15369030. OLE color: 15369030.
HSL color Cylindrical-coordinate representation of color #4683EA: hue angle of 217.68º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4683EA is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 131 | 234 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.08 |
| HSL | 217.68º | 0.8% | 0.6% | - |
| HSV(B) | 217.68º | 0.7% | 0.92% | - |
| XYZ | 25.49 | 23.48 | 81.03 | - |
| YUV | 124.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 234 | 0.70 | 0.44 | 0 | 0.08 | 217.68 | 0.8 | 0.6 |
| Hex | 46 | 83 | EA | 46 | 2C | 0 | 8 | DA | 50 | 3C |
| Octal | 106 | 203 | 352 | 106 | 54 | 0 | 10 | 332 | 120 | 74 |
| Binary | 1000110 | 10000011 | 11101010 | 1000110 | 101100 | 0 | 1000 | 11011010 | 1010000 | 111100 |
Color Harmonies of #4683EA
Complementary color
Monochromatic Colors of #4683EA
Black with #4683EA
Text Example
Text Example
White with #4683EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4683EA; }
p { color: rgb(70,131,234); }
H1.HeaderClassName
{
color: #4683EA;
}
.AnyTagClassName
{
color: #4683EA;
}
</style>
background-color css
<style>
a { background-color: #4683EA; }
a { background-color: rgb(70,131,234); }
div.DivClassName
{
background-color: #4683EA;
}
.BgClassName
{
background-color: #4683EA;
}
</style>
border-color css
<style>
span { border-color: #4683EA; }
span { border-color: rgb(70,131,234); }
td.TdClassName
{
border-color: #4683EA;
}
.TagClassName
{
border-color: #4683EA;
}
</style>