#477FEA

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

Shades of Royal Blue #477FEA

Tints of Royal Blue #477FEA

Color information

#477FEA (or 0x477FEA) is unknown color: approx Royal Blue. HEX triplet: 47, 7F and EA. RGB value is (71,127,234). Sum of RGB (Red+Green+Blue) = 71+127+234=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #477FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FEA is #B88015. Grayscale: #797979. Windows color (decimal): -12091414 or 15368007. OLE color: 15368007.

HSL color Cylindrical-coordinate representation of color #477FEA: hue angle of 219.39º 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 #477FEA is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71127234-
CMYK0.700.4600.08
HSL219.39º79.51%59.8%-
HSV(B)219.39º69.66%91.76%-
XYZ25.0422.4680.86-
YUV122.45190.9591.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.44%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=16.44%
G=29.40%
B=54.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711272340.700.4600.08219.3979.5159.8
Hex477FEA462E08db503c
Octal1071773521065601033312074
Binary1000111111111111101010100011010111001000110110111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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