#476EE0

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

Shades of Royal Blue #476EE0

Tints of Royal Blue #476EE0

Color information

#476EE0 (or 0x476EE0) is unknown color: approx Royal Blue. HEX triplet: 47, 6E and E0. RGB value is (71,110,224). Sum of RGB (Red+Green+Blue) = 71+110+224=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #476EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EE0 is #B8911F. Grayscale: #6E6E6E. Windows color (decimal): -12095776 or 14708295. OLE color: 14708295.

HSL color Cylindrical-coordinate representation of color #476EE0: hue angle of 224.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476EE0 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB71110224-
CMYK0.680.5100.12
HSL224.71º71.16%57.84%-
HSV(B)224.71º68.3%87.84%-
XYZ21.6317.8772.83-
YUV111.34191.5899.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.53%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=17.53%
G=27.16%
B=55.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal711102240.680.5100.12224.7171.1657.84
Hex476EE044330Ce1473a
Octal1071563401046301434110772
Binary1000111110111011100000100010011001101100111000011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476EE0; }

 p { color: rgb(71,110,224); }

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

<style>
 a { background-color: #476EE0; }

 a { background-color: rgb(71,110,224); }

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

<style>
 span { border-color: #476EE0; }

 span { border-color: rgb(71,110,224); }

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