#477DFA

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

Shades of Royal Blue #477DFA

Tints of Royal Blue #477DFA

Color information

#477DFA (or 0x477DFA) is unknown color: approx Royal Blue. HEX triplet: 47, 7D and FA. RGB value is (71,125,250). Sum of RGB (Red+Green+Blue) = 71+125+250=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #477DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DFA is #B88205. Grayscale: #7A7A7A. Windows color (decimal): -12091910 or 16416071. OLE color: 16416071.

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

Color convert

RGB71125250-
CMYK0.720.5000.02
HSL221.9º94.71%62.94%-
HSV(B)221.9º71.6%98.04%-
XYZ27.1922.9193.43-
YUV123.1199.6190.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.92%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=15.92%
G=28.03%
B=56.05%

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
Decimal711252500.720.5000.02221.994.7162.94
Hex477DFA483202de5f3f
Octal107175372110620233613777
Binary10001111111101111110101001000110010010110111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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