#476FF0

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

Shades of Royal Blue #476FF0

Tints of Royal Blue #476FF0

Color information

#476FF0 (or 0x476FF0) is unknown color: approx Royal Blue. HEX triplet: 47, 6F and F0. RGB value is (71,111,240). Sum of RGB (Red+Green+Blue) = 71+111+240=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #476FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FF0 is #B8900F. Grayscale: #717171. Windows color (decimal): -12095504 or 15757127. OLE color: 15757127.

HSL color Cylindrical-coordinate representation of color #476FF0: hue angle of 225.8º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476FF0 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB71111240-
CMYK0.700.5400.06
HSL225.8º84.92%60.98%-
HSV(B)225.8º70.42%94.12%-
XYZ24.011984.84-
YUV113.75199.2597.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 240 (94.14% from 255) = 56.87%
R=16.82%
G=26.30%
B=56.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal711112400.700.5400.06225.884.9260.98
Hex476FF0463606e2553d
Octal107157360106660634212575
Binary100011111011111111000010001101101100110111000101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,240); }

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

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

 a { background-color: rgb(71,111,240); }

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

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

 span { border-color: rgb(71,111,240); }

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