#4c3dc1

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

Shades of Free Speech Blue #4C3DC1

Tints of Free Speech Blue #4C3DC1

Color information

#4C3DC1 (or 0x4C3DC1) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3D and C1. RGB value is (76,61,193). Sum of RGB (Red+Green+Blue) = 76+61+193=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C3DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DC1 is #B3C23E. Grayscale: #505050. Windows color (decimal): -11780671 or 12664140. OLE color: 12664140.

HSL color Cylindrical-coordinate representation of color #4C3DC1: hue angle of 246.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C3DC1 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7661193-
CMYK0.610.6800.24
HSL246.82º51.97%49.8%-
HSV(B)246.82º68.39%75.69%-
XYZ14.278.7251.38-
YUV80.53191.47124.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 193 (75.78% from 255) = 58.48%
R=23.03%
G=18.48%
B=58.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76611930.610.6800.24246.8251.9749.8
Hex4C3DC13D44018f73432
Octal11475301751040303676462
Binary100110011110111000001111101100010001100011110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c3dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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