#477FE2

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

Shades of Royal Blue #477FE2

Tints of Royal Blue #477FE2

Color information

#477FE2 (or 0x477FE2) is unknown color: approx Royal Blue. HEX triplet: 47, 7F and E2. RGB value is (71,127,226). Sum of RGB (Red+Green+Blue) = 71+127+226=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 226 (88.67% from 255 or 53.30% from 424); Max value from RGB is 226 - color contains mainly: blue. Hex color #477FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FE2 is #B8801D. Grayscale: #797979. Windows color (decimal): -12091422 or 14843719. OLE color: 14843719.

HSL color Cylindrical-coordinate representation of color #477FE2: hue angle of 218.32º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #477FE2 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71127226-
CMYK0.690.4400.11
HSL218.32º72.77%58.24%-
HSV(B)218.32º68.58%88.63%-
XYZ23.9222.0174.94-
YUV121.54186.9591.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.75%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 226 (88.67% from 255) = 53.30%
R=16.75%
G=29.95%
B=53.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal711272260.690.4400.11218.3272.7758.24
Hex477FE2452C0Bda493a
Octal1071773421055401333211172
Binary1000111111111111100010100010110110001011110110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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