#473ac8

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

Shades of Free Speech Blue #473AC8

Tints of Free Speech Blue #473AC8

Color information

#473AC8 (or 0x473AC8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3A and C8. RGB value is (71,58,200). Sum of RGB (Red+Green+Blue) = 71+58+200=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #473AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AC8 is #B8C537. Grayscale: #4D4D4D. Windows color (decimal): -12109112 or 13122119. OLE color: 13122119.

HSL color Cylindrical-coordinate representation of color #473AC8: hue angle of 245.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473AC8 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7158200-
CMYK0.640.7100.22
HSL245.49º56.35%50.59%-
HSV(B)245.49º71%78.43%-
XYZ14.548.5455.52-
YUV78.08196.81122.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 200 (78.52% from 255) = 60.79%
R=21.58%
G=17.63%
B=60.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71582000.640.7100.22245.4956.3550.59
Hex473AC84047016f53833
Octal107723101001070263657063
Binary1000111111010110010001000000100011101011011110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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