#4870FC

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

Shades of Royal Blue #4870FC

Tints of Royal Blue #4870FC

Color information

#4870FC (or 0x4870FC) is unknown color: approx Royal Blue. HEX triplet: 48, 70 and FC. RGB value is (72,112,252). Sum of RGB (Red+Green+Blue) = 72+112+252=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #4870FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870FC is #B78F03. Grayscale: #737373. Windows color (decimal): -12029700 or 16543816. OLE color: 16543816.

HSL color Cylindrical-coordinate representation of color #4870FC: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4870FC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72112252-
CMYK0.710.5600.01
HSL226.67º96.77%63.53%-
HSV(B)226.67º71.43%98.82%-
XYZ26.0419.9994.58-
YUV116204.7596.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.51%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=16.51%
G=25.69%
B=57.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721122520.710.5600.01226.6796.7763.53
Hex4870FC473801e36140
Octal1101603741077001343141100
Binary10010001110000111111001000111111000011110001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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