#4945c1

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

Shades of Free Speech Blue #4945C1

Tints of Free Speech Blue #4945C1

Color information

#4945C1 (or 0x4945C1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 45 and C1. RGB value is (73,69,193). Sum of RGB (Red+Green+Blue) = 73+69+193=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #4945C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945C1 is #B6BA3E. Grayscale: #535353. Windows color (decimal): -11975231 or 12666185. OLE color: 12666185.

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

Color convert

RGB7369193-
CMYK0.620.6400.24
HSL241.94º50%51.37%-
HSV(B)241.94º64.25%75.69%-
XYZ14.59.5251.53-
YUV84.33189.33119.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=21.79%
G=20.60%
B=57.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73691930.620.6400.24241.945051.37
Hex4945C13E40018f23233
Octal111105301761000303626263
Binary1001001100010111000001111110100000001100011110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4945c1; }

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

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

<style>
 a { background-color: #4945c1; }

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

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

<style>
 span { border-color: #4945c1; }

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

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