#4771FA

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

Shades of Royal Blue #4771FA

Tints of Royal Blue #4771FA

Color information

#4771FA (or 0x4771FA) is unknown color: approx Royal Blue. HEX triplet: 47, 71 and FA. RGB value is (71,113,250). Sum of RGB (Red+Green+Blue) = 71+113+250=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #4771FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4771FA is #B88E05. Grayscale: #737373. Windows color (decimal): -12094982 or 16412999. OLE color: 16412999.

HSL color Cylindrical-coordinate representation of color #4771FA: hue angle of 225.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4771FA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71113250-
CMYK0.720.5500.02
HSL225.92º94.71%62.94%-
HSV(B)225.92º71.6%98.04%-
XYZ25.7620.0592.96-
YUV116.06203.5995.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.36%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 250 (98.05% from 255) = 57.60%
R=16.36%
G=26.04%
B=57.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711132500.720.5500.02225.9294.7162.94
Hex4771FA483702e25f3f
Octal107161372110670234213777
Binary10001111110001111110101001000110111010111000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4771FA; }

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

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

<style>
 a { background-color: #4771FA; }

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

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

<style>
 span { border-color: #4771FA; }

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

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