#4944CA

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

Shades of Free Speech Blue #4944CA

Tints of Free Speech Blue #4944CA

Color information

#4944CA (or 0x4944CA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 44 and CA. RGB value is (73,68,202). Sum of RGB (Red+Green+Blue) = 73+68+202=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #4944CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944CA is #B6BB35. Grayscale: #545454. Windows color (decimal): -11975478 or 13255753. OLE color: 13255753.

HSL color Cylindrical-coordinate representation of color #4944CA: hue angle of 242.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4944CA is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7368202-
CMYK0.640.6600.21
HSL242.24º55.83%52.94%-
HSV(B)242.24º66.34%79.22%-
XYZ15.489.8156.96-
YUV84.77194.16119.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=21.28%
G=19.83%
B=58.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73682020.640.6600.21242.2455.8352.94
Hex4944CA4042015f23835
Octal1111043121001020253627065
Binary10010011000100110010101000000100001001010111110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4944CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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