#476AF0

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

Shades of Royal Blue #476AF0

Tints of Royal Blue #476AF0

Color information

#476AF0 (or 0x476AF0) is unknown color: approx Royal Blue. HEX triplet: 47, 6A and F0. RGB value is (71,106,240). Sum of RGB (Red+Green+Blue) = 71+106+240=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #476AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AF0 is #B8950F. Grayscale: #6E6E6E. Windows color (decimal): -12096784 or 15755847. OLE color: 15755847.

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

Color convert

RGB71106240-
CMYK0.700.5600.06
HSL227.57º84.92%60.98%-
HSV(B)227.57º70.42%94.12%-
XYZ23.4817.9484.66-
YUV110.81200.999.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.03%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 240 (94.14% from 255) = 57.55%
R=17.03%
G=25.42%
B=57.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal711062400.700.5600.06227.5784.9260.98
Hex476AF0463806e4553d
Octal107152360106700634412575
Binary100011111010101111000010001101110000110111001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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