#477FEC

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

Shades of Royal Blue #477FEC

Tints of Royal Blue #477FEC

Color information

#477FEC (or 0x477FEC) is unknown color: approx Royal Blue. HEX triplet: 47, 7F and EC. RGB value is (71,127,236). Sum of RGB (Red+Green+Blue) = 71+127+236=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #477FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FEC is #B88013. Grayscale: #7A7A7A. Windows color (decimal): -12091412 or 15499079. OLE color: 15499079.

HSL color Cylindrical-coordinate representation of color #477FEC: hue angle of 219.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477FEC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71127236-
CMYK0.700.4600.07
HSL219.64º81.28%60.2%-
HSV(B)219.64º69.92%92.55%-
XYZ25.3322.5782.38-
YUV122.68191.9591.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.36%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 236 (92.58% from 255) = 54.38%
R=16.36%
G=29.26%
B=54.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal711272360.700.4600.07219.6481.2860.2
Hex477FEC462E07dc513c
Octal107177354106560733412174
Binary100011111111111110110010001101011100111110111001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,127,236); }

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

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

 a { background-color: rgb(71,127,236); }

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

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

 span { border-color: rgb(71,127,236); }

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