#473ADA

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

Shades of Free Speech Blue #473ADA

Tints of Free Speech Blue #473ADA

Color information

#473ADA (or 0x473ADA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3A and DA. RGB value is (71,58,218). Sum of RGB (Red+Green+Blue) = 71+58+218=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #473ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADA is #B8C525. Grayscale: #4F4F4F. Windows color (decimal): -12109094 or 14301767. OLE color: 14301767.

HSL color Cylindrical-coordinate representation of color #473ADA: hue angle of 244.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473ADA is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7158218-
CMYK0.670.7300.15
HSL244.88º68.38%54.12%-
HSV(B)244.88º73.39%85.49%-
XYZ16.779.4367.27-
YUV80.13205.81121.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 218 (85.55% from 255) = 62.82%
R=20.46%
G=16.71%
B=62.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71582180.670.7300.15244.8868.3854.12
Hex473ADA43490Ff54436
Octal1077233210311101736510466
Binary1000111111010110110101000011100100101111111101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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