#473ACA

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

Shades of Free Speech Blue #473ACA

Tints of Free Speech Blue #473ACA

Color information

#473ACA (or 0x473ACA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3A and CA. RGB value is (71,58,202). Sum of RGB (Red+Green+Blue) = 71+58+202=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #473ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACA is #B8C535. Grayscale: #4D4D4D. Windows color (decimal): -12109110 or 13253191. OLE color: 13253191.

HSL color Cylindrical-coordinate representation of color #473ACA: hue angle of 245.42º degrees, saturation: 0.58, 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 #473ACA is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7158202-
CMYK0.650.7100.21
HSL245.42º57.6%50.98%-
HSV(B)245.42º71.29%79.22%-
XYZ14.778.6356.76-
YUV78.3197.81122.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=21.45%
G=17.52%
B=61.03%

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
Decimal71582020.650.7100.21245.4257.650.98
Hex473ACA4147015f53a33
Octal107723121011070253657263
Binary1000111111010110010101000001100011101010111110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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