#4870E7

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

Shades of Royal Blue #4870E7

Tints of Royal Blue #4870E7

Color information

#4870E7 (or 0x4870E7) is unknown color: approx Royal Blue. HEX triplet: 48, 70 and E7. RGB value is (72,112,231). Sum of RGB (Red+Green+Blue) = 72+112+231=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #4870E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870E7 is #B78F18. Grayscale: #717171. Windows color (decimal): -12029721 or 15167560. OLE color: 15167560.

HSL color Cylindrical-coordinate representation of color #4870E7: hue angle of 224.91º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4870E7 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72112231-
CMYK0.690.5200.09
HSL224.91º76.81%59.41%-
HSV(B)224.91º68.83%90.59%-
XYZ22.8918.7478.01-
YUV113.61194.2598.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.35%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=17.35%
G=26.99%
B=55.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal721122310.690.5200.09224.9176.8159.41
Hex4870E7453409e14d3b
Octal1101603471056401134111573
Binary1001000111000011100111100010111010001001111000011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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