#473bc9

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

Shades of Free Speech Blue #473BC9

Tints of Free Speech Blue #473BC9

Color information

#473BC9 (or 0x473BC9) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3B and C9. RGB value is (71,59,201). Sum of RGB (Red+Green+Blue) = 71+59+201=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #473BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC9 is #B8C436. Grayscale: #4E4E4E. Windows color (decimal): -12108855 or 13187911. OLE color: 13187911.

HSL color Cylindrical-coordinate representation of color #473BC9: hue angle of 245.07º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473BC9 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7159201-
CMYK0.650.7100.21
HSL245.07º56.8%50.98%-
HSV(B)245.07º70.65%78.82%-
XYZ14.718.6856.16-
YUV78.78196.98122.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=21.45%
G=17.82%
B=60.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71592010.650.7100.21245.0756.850.98
Hex473BC94147015f53933
Octal107733111011070253657163
Binary1000111111011110010011000001100011101010111110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,201); }

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

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

 a { background-color: rgb(71,59,201); }

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

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

 span { border-color: rgb(71,59,201); }

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