#476EE7

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

Shades of Royal Blue #476EE7

Tints of Royal Blue #476EE7

Color information

#476EE7 (or 0x476EE7) is unknown color: approx Royal Blue. HEX triplet: 47, 6E and E7. RGB value is (71,110,231). Sum of RGB (Red+Green+Blue) = 71+110+231=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #476EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EE7 is #B89118. Grayscale: #6F6F6F. Windows color (decimal): -12095769 or 15167047. OLE color: 15167047.

HSL color Cylindrical-coordinate representation of color #476EE7: hue angle of 225.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #476EE7 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB71110231-
CMYK0.690.5200.09
HSL225.38º76.92%59.22%-
HSV(B)225.38º69.26%90.59%-
XYZ22.618.2677.93-
YUV112.13195.0898.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.23%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 231 (90.62% from 255) = 56.07%
R=17.23%
G=26.70%
B=56.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal711102310.690.5200.09225.3876.9259.22
Hex476EE7453409e14d3b
Octal1071563471056401134111573
Binary1000111110111011100111100010111010001001111000011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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