#4F70E0

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

Shades of Royal Blue #4F70E0

Tints of Royal Blue #4F70E0

Color information

#4F70E0 (or 0x4F70E0) is unknown color: approx Royal Blue. HEX triplet: 4F, 70 and E0. RGB value is (79,112,224). Sum of RGB (Red+Green+Blue) = 79+112+224=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F70E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70E0 is #B08F1F. Grayscale: #727272. Windows color (decimal): -11570976 or 14708815. OLE color: 14708815.

HSL color Cylindrical-coordinate representation of color #4F70E0: hue angle of 226.34º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F70E0 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79112224-
CMYK0.650.5000.12
HSL226.34º70.05%59.41%-
HSV(B)226.34º64.73%87.84%-
XYZ22.4718.6372.93-
YUV114.9189.57102.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.04%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 224 (87.89% from 255) = 53.98%
R=19.04%
G=26.99%
B=53.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791122240.650.5000.12226.3470.0559.41
Hex4F70E041320Ce2463b
Octal1171603401016201434210673
Binary1001111111000011100000100000111001001100111000101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F70E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F70E0; }

 p { color: rgb(79,112,224); }

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

<style>
 a { background-color: #4F70E0; }

 a { background-color: rgb(79,112,224); }

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

<style>
 span { border-color: #4F70E0; }

 span { border-color: rgb(79,112,224); }

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