#473BBA

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

Shades of Free Speech Blue #473BBA

Tints of Free Speech Blue #473BBA

Color information

#473BBA (or 0x473BBA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3B and BA. RGB value is (71,59,186). Sum of RGB (Red+Green+Blue) = 71+59+186=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #473BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BBA is #B8C445. Grayscale: #4C4C4C. Windows color (decimal): -12108870 or 12204871. OLE color: 12204871.

HSL color Cylindrical-coordinate representation of color #473BBA: hue angle of 245.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473BBA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7159186-
CMYK0.620.6800.27
HSL245.67º51.84%48.04%-
HSV(B)245.67º68.28%72.94%-
XYZ13.038.0147.31-
YUV77.07189.48123.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=22.47%
G=18.67%
B=58.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71591860.620.6800.27245.6751.8448.04
Hex473BBA3E4401Bf63430
Octal10773272761040333666460
Binary100011111101110111010111110100010001101111110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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