#473FD8

Color #473FD8 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #473FD8

Tints of Free Speech Blue #473FD8

Color information

#473FD8 (or 0x473FD8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3F and D8. RGB value is (71,63,216). Sum of RGB (Red+Green+Blue) = 71+63+216=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #473FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FD8 is #B8C027. Grayscale: #525252. Windows color (decimal): -12107816 or 14171975. OLE color: 14171975.

HSL color Cylindrical-coordinate representation of color #473FD8: hue angle of 243.14º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473FD8 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7163216-
CMYK0.670.7100.15
HSL243.14º66.23%54.71%-
HSV(B)243.14º70.83%84.71%-
XYZ16.779.8565.98-
YUV82.83203.15119.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 216 (84.77% from 255) = 61.71%
R=20.29%
G=18%
B=61.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71632160.670.7100.15243.1466.2354.71
Hex473FD843470Ff34237
Octal1077733010310701736310267
Binary1000111111111110110001000011100011101111111100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473FD8; }

 p { color: rgb(71,63,216); }

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

<style>
 a { background-color: #473FD8; }

 a { background-color: rgb(71,63,216); }

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

<style>
 span { border-color: #473FD8; }

 span { border-color: rgb(71,63,216); }

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