#4F72F6

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

Shades of Royal Blue #4F72F6

Tints of Royal Blue #4F72F6

Color information

#4F72F6 (or 0x4F72F6) is unknown color: approx Royal Blue. HEX triplet: 4F, 72 and F6. RGB value is (79,114,246). Sum of RGB (Red+Green+Blue) = 79+114+246=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #4F72F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F72F6 is #B08D09. Grayscale: #767676. Windows color (decimal): -11570442 or 16151119. OLE color: 16151119.

HSL color Cylindrical-coordinate representation of color #4F72F6: hue angle of 227.43º degrees, saturation: 0.9, 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 #4F72F6 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB79114246-
CMYK0.680.5400.04
HSL227.43º90.27%63.73%-
HSV(B)227.43º67.89%96.47%-
XYZ25.8820.3589.75-
YUV118.58199.999.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.00%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=18.00%
G=25.97%
B=56.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal791142460.680.5400.04227.4390.2763.73
Hex4F72F6443604e35a40
Octal1171623661046604343132100
Binary1001111111001011110110100010011011001001110001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F72F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,246); }

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

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

 a { background-color: rgb(79,114,246); }

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

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

 span { border-color: rgb(79,114,246); }

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