#4f6efa

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

Shades of Royal Blue #4F6EFA

Tints of Royal Blue #4F6EFA

Color information

#4F6EFA (or 0x4F6EFA) is unknown color: approx Royal Blue. HEX triplet: 4F, 6E and FA. RGB value is (79,110,250). Sum of RGB (Red+Green+Blue) = 79+110+250=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F6EFA is #B09105. Grayscale: #747474. Windows color (decimal): -11571462 or 16412239. OLE color: 16412239.

HSL color Cylindrical-coordinate representation of color #4F6EFA: hue angle of 229.12º 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 #4F6EFA is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79110250-
CMYK0.680.5600.02
HSL229.12º94.48%64.51%-
HSV(B)229.12º68.4%98.04%-
XYZ26.0619.7292.87-
YUV116.69203.23101.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.00%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 250 (98.05% from 255) = 56.95%
R=18.00%
G=25.06%
B=56.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791102500.680.5600.02229.1294.4864.51
Hex4F6EFA443802e55e41
Octal1171563721047002345136101
Binary100111111011101111101010001001110000101110010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f6efa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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