#477FFF

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

Shades of Royal Blue #477FFF

Tints of Royal Blue #477FFF

Color information

#477FFF (or 0x477FFF) is unknown color: approx Royal Blue. HEX triplet: 47, 7F and FF. RGB value is (71,127,255). Sum of RGB (Red+Green+Blue) = 71+127+255=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #477FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FFF is #B88000. Grayscale: #7C7C7C. Windows color (decimal): -12091393 or 16744263. OLE color: 16744263.

HSL color Cylindrical-coordinate representation of color #477FFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477FFF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB71127255-
CMYK0.720.5000
HSL221.74º100%63.92%-
HSV(B)221.74º72.16%100%-
XYZ28.2423.7497.7-
YUV124.85201.4589.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.67%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 255 (100% from 255) = 56.29%
R=15.67%
G=28.04%
B=56.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal711272550.720.5000221.7410063.92
Hex477FFF483200de6440
Octal1071773771106200336144100
Binary10001111111111111111111001000110010001101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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