#4747B6

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

Shades of Free Speech Blue #4747B6

Tints of Free Speech Blue #4747B6

Color information

#4747B6 (or 0x4747B6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 47 and B6. RGB value is (71,71,182). Sum of RGB (Red+Green+Blue) = 71+71+182=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #4747B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4747B6 is #B8B849. Grayscale: #535353. Windows color (decimal): -12105802 or 11945799. OLE color: 11945799.

HSL color Cylindrical-coordinate representation of color #4747B6: hue angle of 240º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4747B6 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7171182-
CMYK0.610.6100.29
HSL240º43.87%49.61%-
HSV(B)240º60.99%71.37%-
XYZ13.39.2245.34-
YUV83.65183.5118.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 182 (71.48% from 255) = 56.17%
R=21.91%
G=21.91%
B=56.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71711820.610.6100.2924043.8749.61
Hex4747B63D3D01Df02c32
Octal10710726675750353605462
Binary100011110001111011011011110111110101110111110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4747B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4747B6; }

 p { color: rgb(71,71,182); }

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

<style>
 a { background-color: #4747B6; }

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

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

<style>
 span { border-color: #4747B6; }

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

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