#473AC4

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

Shades of Free Speech Blue #473AC4

Tints of Free Speech Blue #473AC4

Color information

#473AC4 (or 0x473AC4) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3A and C4. RGB value is (71,58,196). Sum of RGB (Red+Green+Blue) = 71+58+196=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 196 (76.95% from 255 or 60.31% from 325); Max value from RGB is 196 - color contains mainly: blue. Hex color #473AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AC4 is #B8C53B. Grayscale: #4D4D4D. Windows color (decimal): -12109116 or 12859975. OLE color: 12859975.

HSL color Cylindrical-coordinate representation of color #473AC4: hue angle of 245.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473AC4 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7158196-
CMYK0.640.7000.23
HSL245.65º54.33%49.8%-
HSV(B)245.65º70.41%76.86%-
XYZ14.088.3553.09-
YUV77.62194.81123.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 196 (76.95% from 255) = 60.31%
R=21.85%
G=17.85%
B=60.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71581960.640.7000.23245.6554.3349.8
Hex473AC44046017f63632
Octal107723041001060273666662
Binary1000111111010110001001000000100011001011111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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