#4770F8

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

Shades of Royal Blue #4770F8

Tints of Royal Blue #4770F8

Color information

#4770F8 (or 0x4770F8) is unknown color: approx Royal Blue. HEX triplet: 47, 70 and F8. RGB value is (71,112,248). Sum of RGB (Red+Green+Blue) = 71+112+248=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #4770F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4770F8 is #B88F07. Grayscale: #727272. Windows color (decimal): -12095240 or 16281671. OLE color: 16281671.

HSL color Cylindrical-coordinate representation of color #4770F8: hue angle of 226.1º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4770F8 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB71112248-
CMYK0.710.5500.03
HSL226.1º92.67%62.55%-
HSV(B)226.1º71.37%97.25%-
XYZ25.3419.7191.28-
YUV115.24202.9296.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.47%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 248 (97.27% from 255) = 57.54%
R=16.47%
G=25.99%
B=57.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal711122480.710.5500.03226.192.6762.55
Hex4770F8473703e25d3f
Octal107160370107670334213577
Binary10001111110000111110001000111110111011111000101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4770F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4770F8; }

 p { color: rgb(71,112,248); }

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

<style>
 a { background-color: #4770F8; }

 a { background-color: rgb(71,112,248); }

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

<style>
 span { border-color: #4770F8; }

 span { border-color: rgb(71,112,248); }

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