#4C3BD2

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

Shades of Free Speech Blue #4C3BD2

Tints of Free Speech Blue #4C3BD2

Color information

#4C3BD2 (or 0x4C3BD2) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 3B and D2. RGB value is (76,59,210). Sum of RGB (Red+Green+Blue) = 76+59+210=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 210 (82.42% from 255 or 60.87% from 345); Max value from RGB is 210 - color contains mainly: blue. Hex color #4C3BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BD2 is #B3C42D. Grayscale: #505050. Windows color (decimal): -11781166 or 13777740. OLE color: 13777740.

HSL color Cylindrical-coordinate representation of color #4C3BD2: hue angle of 246.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3BD2 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7659210-
CMYK0.640.7200.18
HSL246.75º62.66%52.75%-
HSV(B)246.75º71.9%82.35%-
XYZ16.189.3261.92-
YUV81.3200.63124.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 210 (82.42% from 255) = 60.87%
R=22.03%
G=17.10%
B=60.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76592100.640.7200.18246.7562.6652.75
Hex4C3BD24048012f73f35
Octal114733221001100223677765
Binary1001100111011110100101000000100100001001011110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,59,210); }

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

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

 a { background-color: rgb(76,59,210); }

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

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

 span { border-color: rgb(76,59,210); }

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