#4C3ECB

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

Shades of Free Speech Blue #4C3ECB

Tints of Free Speech Blue #4C3ECB

Color information

#4C3ECB (or 0x4C3ECB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3E and CB. RGB value is (76,62,203). Sum of RGB (Red+Green+Blue) = 76+62+203=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ECB is #B3C134. Grayscale: #515151. Windows color (decimal): -11780405 or 13319756. OLE color: 13319756.

HSL color Cylindrical-coordinate representation of color #4C3ECB: hue angle of 245.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C3ECB is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7662203-
CMYK0.630.6900.20
HSL245.96º57.55%51.96%-
HSV(B)245.96º69.46%79.61%-
XYZ15.489.2957.48-
YUV82.26196.14123.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=22.29%
G=18.18%
B=59.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76622030.630.6900.20245.9657.5551.96
Hex4C3ECB3F45014f63a34
Octal11476313771050243667264
Binary100110011111011001011111111100010101010011110110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,62,203); }

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

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

 a { background-color: rgb(76,62,203); }

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

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

 span { border-color: rgb(76,62,203); }

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