#473FBC

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

Shades of Free Speech Blue #473FBC

Tints of Free Speech Blue #473FBC

Color information

#473FBC (or 0x473FBC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3F and BC. RGB value is (71,63,188). Sum of RGB (Red+Green+Blue) = 71+63+188=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #473FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FBC is #B8C043. Grayscale: #4F4F4F. Windows color (decimal): -12107844 or 12336967. OLE color: 12336967.

HSL color Cylindrical-coordinate representation of color #473FBC: hue angle of 243.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473FBC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7163188-
CMYK0.620.6600.26
HSL243.84º49.8%49.22%-
HSV(B)243.84º66.49%73.73%-
XYZ13.458.5348.51-
YUV79.64189.15121.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 188 (73.83% from 255) = 58.39%
R=22.05%
G=19.57%
B=58.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71631880.620.6600.26243.8449.849.22
Hex473FBC3E4201Af43231
Octal10777274761020323646261
Binary100011111111110111100111110100001001101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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