#4c49c4

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

Shades of Free Speech Blue #4C49C4

Tints of Free Speech Blue #4C49C4

Color information

#4C49C4 (or 0x4C49C4) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 49 and C4. RGB value is (76,73,196). Sum of RGB (Red+Green+Blue) = 76+73+196=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C49C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C49C4 is #B3B63B. Grayscale: #575757. Windows color (decimal): -11777596 or 12863820. OLE color: 12863820.

HSL color Cylindrical-coordinate representation of color #4C49C4: hue angle of 241.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C49C4 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7673196-
CMYK0.610.6300.23
HSL241.46º51.04%52.75%-
HSV(B)241.46º62.76%76.86%-
XYZ15.3310.2953.4-
YUV87.92188.99119.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 196 (76.95% from 255) = 56.81%
R=22.03%
G=21.16%
B=56.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76731960.610.6300.23241.4651.0452.75
Hex4C49C43D3F017f13335
Octal11411130475770273616365
Binary100110010010011100010011110111111101011111110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c49c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c49c4; }

 p { color: rgb(76,73,196); }

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

<style>
 a { background-color: #4c49c4; }

 a { background-color: rgb(76,73,196); }

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

<style>
 span { border-color: #4c49c4; }

 span { border-color: rgb(76,73,196); }

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