#4C43C1

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

Shades of Free Speech Blue #4C43C1

Tints of Free Speech Blue #4C43C1

Color information

#4C43C1 (or 0x4C43C1) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 43 and C1. RGB value is (76,67,193). Sum of RGB (Red+Green+Blue) = 76+67+193=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C43C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C43C1 is #B3BC3E. Grayscale: #535353. Windows color (decimal): -11779135 or 12665676. OLE color: 12665676.

HSL color Cylindrical-coordinate representation of color #4C43C1: hue angle of 244.29º degrees, saturation: 0.5, 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 #4C43C1 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7667193-
CMYK0.610.6500.24
HSL244.29º50.4%50.98%-
HSV(B)244.29º65.28%75.69%-
XYZ14.619.451.5-
YUV84.06189.48122.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=22.62%
G=19.94%
B=57.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76671930.610.6500.24244.2950.450.98
Hex4C43C13D41018f43233
Octal114103301751010303646263
Binary1001100100001111000001111101100000101100011110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C43C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,193); }

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

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

 a { background-color: rgb(76,67,193); }

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

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

 span { border-color: rgb(76,67,193); }

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