#476EEA

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

Shades of Royal Blue #476EEA

Tints of Royal Blue #476EEA

Color information

#476EEA (or 0x476EEA) is unknown color: approx Royal Blue. HEX triplet: 47, 6E and EA. RGB value is (71,110,234). Sum of RGB (Red+Green+Blue) = 71+110+234=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #476EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476EEA is #B89115. Grayscale: #6F6F6F. Windows color (decimal): -12095766 or 15363655. OLE color: 15363655.

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

Color convert

RGB71110234-
CMYK0.700.5300.08
HSL225.64º79.51%59.8%-
HSV(B)225.64º69.66%91.76%-
XYZ23.0318.4380.19-
YUV112.48196.5898.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.11%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 234 (91.80% from 255) = 56.39%
R=17.11%
G=26.51%
B=56.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711102340.700.5300.08225.6479.5159.8
Hex476EEA463508e2503c
Octal1071563521066501034212074
Binary1000111110111011101010100011011010101000111000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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