#4F66F5

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

Shades of Royal Blue #4F66F5

Tints of Royal Blue #4F66F5

Color information

#4F66F5 (or 0x4F66F5) is unknown color: approx Royal Blue. HEX triplet: 4F, 66 and F5. RGB value is (79,102,245). Sum of RGB (Red+Green+Blue) = 79+102+245=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #4F66F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F66F5 is #B0990A. Grayscale: #6E6E6E. Windows color (decimal): -11573515 or 16082511. OLE color: 16082511.

HSL color Cylindrical-coordinate representation of color #4F66F5: hue angle of 231.69º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F66F5 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB79102245-
CMYK0.680.5800.04
HSL231.69º89.25%63.53%-
HSV(B)231.69º67.76%96.08%-
XYZ24.4617.7688.52-
YUV111.42203.38104.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 245 (96.09% from 255) = 57.51%
R=18.54%
G=23.94%
B=57.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal791022450.680.5800.04231.6989.2563.53
Hex4F66F5443A04e85940
Octal1171463651047204350131100
Binary1001111110011011110101100010011101001001110100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F66F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,245); }

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

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

 a { background-color: rgb(79,102,245); }

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

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

 span { border-color: rgb(79,102,245); }

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