#4849C1

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

Shades of Free Speech Blue #4849C1

Tints of Free Speech Blue #4849C1

Color information

#4849C1 (or 0x4849C1) is unknown color: approx Free Speech Blue. HEX triplet: 48, 49 and C1. RGB value is (72,73,193). Sum of RGB (Red+Green+Blue) = 72+73+193=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #4849C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4849C1 is #B7B63E. Grayscale: #555555. Windows color (decimal): -12039743 or 12667208. OLE color: 12667208.

HSL color Cylindrical-coordinate representation of color #4849C1: hue angle of 239.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4849C1 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7273193-
CMYK0.630.6200.24
HSL239.5º49.39%51.96%-
HSV(B)239.5º62.69%75.69%-
XYZ14.689.9951.61-
YUV86.38188.17117.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=21.30%
G=21.60%
B=57.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72731930.630.6200.24239.549.3951.96
Hex4849C13F3E018f03134
Octal11011130177760303606164
Binary100100010010011100000111111111111001100011110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4849C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4849C1; }

 p { color: rgb(72,73,193); }

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

<style>
 a { background-color: #4849C1; }

 a { background-color: rgb(72,73,193); }

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

<style>
 span { border-color: #4849C1; }

 span { border-color: rgb(72,73,193); }

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