#473AC0

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

Shades of Free Speech Blue #473AC0

Tints of Free Speech Blue #473AC0

Color information

#473AC0 (or 0x473AC0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3A and C0. RGB value is (71,58,192). Sum of RGB (Red+Green+Blue) = 71+58+192=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #473AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AC0 is #B8C53F. Grayscale: #4C4C4C. Windows color (decimal): -12109120 or 12597831. OLE color: 12597831.

HSL color Cylindrical-coordinate representation of color #473AC0: hue angle of 245.82º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473AC0 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7158192-
CMYK0.630.7000.25
HSL245.82º53.6%49.02%-
HSV(B)245.82º69.79%75.29%-
XYZ13.638.1750.73-
YUV77.16192.81123.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 192 (75.39% from 255) = 59.81%
R=22.12%
G=18.07%
B=59.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71581920.630.7000.25245.8253.649.02
Hex473AC03F46019f63631
Octal10772300771060313666661
Binary100011111101011000000111111100011001100111110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,192); }

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

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

 a { background-color: rgb(71,58,192); }

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

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

 span { border-color: rgb(71,58,192); }

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