#473EBC

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

Shades of Free Speech Blue #473EBC

Tints of Free Speech Blue #473EBC

Color information

#473EBC (or 0x473EBC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3E and BC. RGB value is (71,62,188). Sum of RGB (Red+Green+Blue) = 71+62+188=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #473EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EBC is #B8C143. Grayscale: #4E4E4E. Windows color (decimal): -12108100 or 12336711. OLE color: 12336711.

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

Color convert

RGB7162188-
CMYK0.620.6700.26
HSL244.29º50.4%49.02%-
HSV(B)244.29º67.02%73.73%-
XYZ13.48.4248.5-
YUV79.06189.48122.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=22.12%
G=19.31%
B=58.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71621880.620.6700.26244.2950.449.02
Hex473EBC3E4301Af43231
Octal10776274761030323646261
Binary100011111111010111100111110100001101101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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