#4870EB

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

Shades of Royal Blue #4870EB

Tints of Royal Blue #4870EB

Color information

#4870EB (or 0x4870EB) is unknown color: approx Royal Blue. HEX triplet: 48, 70 and EB. RGB value is (72,112,235). Sum of RGB (Red+Green+Blue) = 72+112+235=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #4870EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870EB is #B78F14. Grayscale: #717171. Windows color (decimal): -12029717 or 15429704. OLE color: 15429704.

HSL color Cylindrical-coordinate representation of color #4870EB: hue angle of 225.28º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4870EB is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB72112235-
CMYK0.690.5200.08
HSL225.28º80.3%60.2%-
HSV(B)225.28º69.36%92.16%-
XYZ23.4618.9681.02-
YUV114.06196.2598-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 235 (92.19% from 255) = 56.09%
R=17.18%
G=26.73%
B=56.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal721122350.690.5200.08225.2880.360.2
Hex4870EB453408e1503c
Octal1101603531056401034112074
Binary1001000111000011101011100010111010001000111000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4870EB; }

 p { color: rgb(72,112,235); }

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

<style>
 a { background-color: #4870EB; }

 a { background-color: rgb(72,112,235); }

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

<style>
 span { border-color: #4870EB; }

 span { border-color: rgb(72,112,235); }

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