#4847B6

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

Shades of Free Speech Blue #4847B6

Tints of Free Speech Blue #4847B6

Color information

#4847B6 (or 0x4847B6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 47 and B6. RGB value is (72,71,182). Sum of RGB (Red+Green+Blue) = 72+71+182=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #4847B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847B6 is #B7B849. Grayscale: #535353. Windows color (decimal): -12040266 or 11945800. OLE color: 11945800.

HSL color Cylindrical-coordinate representation of color #4847B6: hue angle of 240.54º 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 #4847B6 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7271182-
CMYK0.600.6100.29
HSL240.54º43.87%49.61%-
HSV(B)240.54º60.99%71.37%-
XYZ13.379.2645.34-
YUV83.95183.33119.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 182 (71.48% from 255) = 56%
R=22.15%
G=21.85%
B=56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72711820.600.6100.29240.5443.8749.61
Hex4847B63C3D01Df12c32
Octal11010726674750353615462
Binary100100010001111011011011110011110101110111110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4847B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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