#4F73FA

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

Shades of Royal Blue #4F73FA

Tints of Royal Blue #4F73FA

Color information

#4F73FA (or 0x4F73FA) is unknown color: approx Royal Blue. HEX triplet: 4F, 73 and FA. RGB value is (79,115,250). Sum of RGB (Red+Green+Blue) = 79+115+250=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F73FA is #B08C05. Grayscale: #777777. Windows color (decimal): -11570182 or 16413519. OLE color: 16413519.

HSL color Cylindrical-coordinate representation of color #4F73FA: hue angle of 227.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F73FA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79115250-
CMYK0.680.5400.02
HSL227.37º94.48%64.51%-
HSV(B)227.37º68.4%98.04%-
XYZ26.6120.8393.06-
YUV119.63201.5799.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.79%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 250 (98.05% from 255) = 56.31%
R=17.79%
G=25.90%
B=56.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791152500.680.5400.02227.3794.4864.51
Hex4F73FA443602e35e41
Octal1171633721046602343136101
Binary100111111100111111101010001001101100101110001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,115,250); }

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

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

 a { background-color: rgb(79,115,250); }

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

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

 span { border-color: rgb(79,115,250); }

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