#4944C2

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

Shades of Free Speech Blue #4944C2

Tints of Free Speech Blue #4944C2

Color information

#4944C2 (or 0x4944C2) is unknown color: approx Free Speech Blue. HEX triplet: 49, 44 and C2. RGB value is (73,68,194). Sum of RGB (Red+Green+Blue) = 73+68+194=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #4944C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944C2 is #B6BB3D. Grayscale: #535353. Windows color (decimal): -11975486 or 12731465. OLE color: 12731465.

HSL color Cylindrical-coordinate representation of color #4944C2: hue angle of 242.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4944C2 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7368194-
CMYK0.620.6500.24
HSL242.38º50.81%51.37%-
HSV(B)242.38º64.95%76.08%-
XYZ14.559.4552.1-
YUV83.86190.16120.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 194 (76.17% from 255) = 57.91%
R=21.79%
G=20.30%
B=57.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73681940.620.6500.24242.3850.8151.37
Hex4944C23E41018f23333
Octal111104302761010303626363
Binary1001001100010011000010111110100000101100011110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4944C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4944C2; }

 p { color: rgb(73,68,194); }

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

<style>
 a { background-color: #4944C2; }

 a { background-color: rgb(73,68,194); }

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

<style>
 span { border-color: #4944C2; }

 span { border-color: rgb(73,68,194); }

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