#4C3CCA

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

Shades of Free Speech Blue #4C3CCA

Tints of Free Speech Blue #4C3CCA

Color information

#4C3CCA (or 0x4C3CCA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3C and CA. RGB value is (76,60,202). Sum of RGB (Red+Green+Blue) = 76+60+202=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C3CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CCA is #B3C335. Grayscale: #505050. Windows color (decimal): -11780918 or 13253708. OLE color: 13253708.

HSL color Cylindrical-coordinate representation of color #4C3CCA: hue angle of 246.76º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3CCA is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7660202-
CMYK0.620.7000.21
HSL246.76º57.26%51.37%-
HSV(B)246.76º70.3%79.22%-
XYZ15.269.0356.82-
YUV80.97196.3124.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 60 (23.83% from 255) = 17.75%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=22.49%
G=17.75%
B=59.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76602020.620.7000.21246.7657.2651.37
Hex4C3CCA3E46015f73933
Octal11474312761060253677163
Binary100110011110011001010111110100011001010111110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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