#477CEA

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

Shades of Royal Blue #477CEA

Tints of Royal Blue #477CEA

Color information

#477CEA (or 0x477CEA) is unknown color: approx Royal Blue. HEX triplet: 47, 7C and EA. RGB value is (71,124,234). Sum of RGB (Red+Green+Blue) = 71+124+234=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #477CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CEA is #B88315. Grayscale: #787878. Windows color (decimal): -12092182 or 15367239. OLE color: 15367239.

HSL color Cylindrical-coordinate representation of color #477CEA: hue angle of 220.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477CEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71124234-
CMYK0.700.4700.08
HSL220.49º79.51%59.8%-
HSV(B)220.49º69.66%91.76%-
XYZ24.6621.780.73-
YUV120.69191.9492.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=16.55%
G=28.90%
B=54.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711242340.700.4700.08220.4979.5159.8
Hex477CEA462F08dc503c
Octal1071743521065701033412074
Binary1000111111110011101010100011010111101000110111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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