#476AFA

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

Shades of Royal Blue #476AFA

Tints of Royal Blue #476AFA

Color information

#476AFA (or 0x476AFA) is unknown color: approx Royal Blue. HEX triplet: 47, 6A and FA. RGB value is (71,106,250). Sum of RGB (Red+Green+Blue) = 71+106+250=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #476AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476AFA is #B89505. Grayscale: #6F6F6F. Windows color (decimal): -12096774 or 16411207. OLE color: 16411207.

HSL color Cylindrical-coordinate representation of color #476AFA: hue angle of 228.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #476AFA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71106250-
CMYK0.720.5800.02
HSL228.27º94.71%62.94%-
HSV(B)228.27º71.6%98.04%-
XYZ25.0118.5592.7-
YUV111.95205.998.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.63%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=16.63%
G=24.82%
B=58.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711062500.720.5800.02228.2794.7162.94
Hex476AFA483A02e45f3f
Octal107152372110720234413777
Binary10001111101010111110101001000111010010111001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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