#473DD7

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

Shades of Free Speech Blue #473DD7

Tints of Free Speech Blue #473DD7

Color information

#473DD7 (or 0x473DD7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3D and D7. RGB value is (71,61,215). Sum of RGB (Red+Green+Blue) = 71+61+215=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #473DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DD7 is #B8C228. Grayscale: #505050. Windows color (decimal): -12108329 or 14105927. OLE color: 14105927.

HSL color Cylindrical-coordinate representation of color #473DD7: hue angle of 243.9º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473DD7 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7161215-
CMYK0.670.7200.16
HSL243.9º65.81%54.12%-
HSV(B)243.9º71.63%84.31%-
XYZ16.539.5865.27-
YUV81.55203.31120.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 215 (84.38% from 255) = 61.96%
R=20.46%
G=17.58%
B=61.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71612150.670.7200.16243.965.8154.12
Hex473DD74348010f44236
Octal1077532710311002036410266
Binary10001111111011101011110000111001000010000111101001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,215); }

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

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

 a { background-color: rgb(71,61,215); }

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

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

 span { border-color: rgb(71,61,215); }

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