#4F71FA

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

Shades of Royal Blue #4F71FA

Tints of Royal Blue #4F71FA

Color information

#4F71FA (or 0x4F71FA) is unknown color: approx Royal Blue. HEX triplet: 4F, 71 and FA. RGB value is (79,113,250). Sum of RGB (Red+Green+Blue) = 79+113+250=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F71FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F71FA is #B08E05. Grayscale: #757575. Windows color (decimal): -11570694 or 16413007. OLE color: 16413007.

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

Color convert

RGB79113250-
CMYK0.680.5500.02
HSL228.07º94.48%64.51%-
HSV(B)228.07º68.4%98.04%-
XYZ26.3820.3792.98-
YUV118.45202.2499.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.87%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=17.87%
G=25.57%
B=56.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791132500.680.5500.02228.0794.4864.51
Hex4F71FA443702e45e41
Octal1171613721046702344136101
Binary100111111100011111101010001001101110101110010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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