#476BFA

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

Shades of Royal Blue #476BFA

Tints of Royal Blue #476BFA

Color information

#476BFA (or 0x476BFA) is unknown color: approx Royal Blue. HEX triplet: 47, 6B and FA. RGB value is (71,107,250). Sum of RGB (Red+Green+Blue) = 71+107+250=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #476BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BFA is #B89405. Grayscale: #6F6F6F. Windows color (decimal): -12096518 or 16411463. OLE color: 16411463.

HSL color Cylindrical-coordinate representation of color #476BFA: hue angle of 227.93º 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 #476BFA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71107250-
CMYK0.720.5700.02
HSL227.93º94.71%62.94%-
HSV(B)227.93º71.6%98.04%-
XYZ25.1118.7692.74-
YUV112.54205.5798.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.59%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 58.41%
R=16.59%
G=25%
B=58.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711072500.720.5700.02227.9394.7162.94
Hex476BFA483902e45f3f
Octal107153372110710234413777
Binary10001111101011111110101001000111001010111001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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