#4C49CA

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

Shades of Free Speech Blue #4C49CA

Tints of Free Speech Blue #4C49CA

Color information

#4C49CA (or 0x4C49CA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 49 and CA. RGB value is (76,73,202). Sum of RGB (Red+Green+Blue) = 76+73+202=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C49CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C49CA is #B3B635. Grayscale: #585858. Windows color (decimal): -11777590 or 13257036. OLE color: 13257036.

HSL color Cylindrical-coordinate representation of color #4C49CA: hue angle of 241.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C49CA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7673202-
CMYK0.620.6400.21
HSL241.4º54.89%53.92%-
HSV(B)241.4º63.86%79.22%-
XYZ16.0210.5757.07-
YUV88.6191.99119.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=21.65%
G=20.80%
B=57.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76732020.620.6400.21241.454.8953.92
Hex4C49CA3E40015f13736
Octal114111312761000253616766
Binary1001100100100111001010111110100000001010111110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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