#4860ED

Color #4860ED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4860ED

Tints of Royal Blue #4860ED

Color information

#4860ED (or 0x4860ED) is unknown color: approx Royal Blue. HEX triplet: 48, 60 and ED. RGB value is (72,96,237). Sum of RGB (Red+Green+Blue) = 72+96+237=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #4860ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4860ED is #B79F12. Grayscale: #686868. Windows color (decimal): -12033811 or 15556680. OLE color: 15556680.

HSL color Cylindrical-coordinate representation of color #4860ED: hue angle of 231.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4860ED is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7296237-
CMYK0.700.5900.07
HSL231.27º82.09%60.59%-
HSV(B)231.27º69.62%92.94%-
XYZ22.1415.8682.01-
YUV104.9202.55104.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 17.78%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 237 (92.97% from 255) = 58.52%
R=17.78%
G=23.70%
B=58.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72962370.700.5900.07231.2782.0960.59
Hex4860ED463B07e7523d
Octal110140355106730734712275
Binary100100011000001110110110001101110110111111001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4860ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4860ED; }

 p { color: rgb(72,96,237); }

 H1.HeaderClassName
 {
   color: #4860ED;
 }
 .AnyTagClassName
 {
   color: #4860ED;
 }
</style>
background-color css

<style>
 a { background-color: #4860ED; }

 a { background-color: rgb(72,96,237); }

 div.DivClassName
 {
   background-color: #4860ED;
 }
 .BgClassName
 {
   background-color: #4860ED;
 }
</style>
border-color css

<style>
 span { border-color: #4860ED; }

 span { border-color: rgb(72,96,237); }

 td.TdClassName
 {
   border-color: #4860ED;
 }
 .TagClassName
 {
   border-color: #4860ED;
 }
</style>