#477CFA

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

Shades of Royal Blue #477CFA

Tints of Royal Blue #477CFA

Color information

#477CFA (or 0x477CFA) is unknown color: approx Royal Blue. HEX triplet: 47, 7C and FA. RGB value is (71,124,250). Sum of RGB (Red+Green+Blue) = 71+124+250=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #477CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CFA is #B88305. Grayscale: #797979. Windows color (decimal): -12092166 or 16415815. OLE color: 16415815.

HSL color Cylindrical-coordinate representation of color #477CFA: hue angle of 222.23º 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 #477CFA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71124250-
CMYK0.720.5000.02
HSL222.23º94.71%62.94%-
HSV(B)222.23º71.6%98.04%-
XYZ27.0622.6693.39-
YUV122.52199.9491.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.96%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 250 (98.05% from 255) = 56.18%
R=15.96%
G=27.87%
B=56.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711242500.720.5000.02222.2394.7162.94
Hex477CFA483202de5f3f
Octal107174372110620233613777
Binary10001111111100111110101001000110010010110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477CFA; }

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

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

<style>
 a { background-color: #477CFA; }

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

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

<style>
 span { border-color: #477CFA; }

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

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