#4C40C4

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

Shades of Free Speech Blue #4C40C4

Tints of Free Speech Blue #4C40C4

Color information

#4C40C4 (or 0x4C40C4) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 40 and C4. RGB value is (76,64,196). Sum of RGB (Red+Green+Blue) = 76+64+196=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C40C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40C4 is #B3BF3B. Grayscale: #525252. Windows color (decimal): -11779900 or 12861516. OLE color: 12861516.

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

Color convert

RGB7664196-
CMYK0.610.6700.23
HSL245.45º52.8%50.98%-
HSV(B)245.45º67.35%76.86%-
XYZ14.789.1953.22-
YUV82.64191.98123.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=22.62%
G=19.05%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76641960.610.6700.23245.4552.850.98
Hex4C40C43D43017f53533
Octal114100304751030273656563
Binary1001100100000011000100111101100001101011111110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C40C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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