#4B3FC1

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

Shades of Free Speech Blue #4B3FC1

Tints of Free Speech Blue #4B3FC1

Color information

#4B3FC1 (or 0x4B3FC1) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3F and C1. RGB value is (75,63,193). Sum of RGB (Red+Green+Blue) = 75+63+193=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B3FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FC1 is #B4C03E. Grayscale: #505050. Windows color (decimal): -11845695 or 12664651. OLE color: 12664651.

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

Color convert

RGB7563193-
CMYK0.610.6700.24
HSL245.54º51.18%50.2%-
HSV(B)245.54º67.36%75.69%-
XYZ14.38.951.42-
YUV81.41190.98123.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 193 (75.78% from 255) = 58.31%
R=22.66%
G=19.03%
B=58.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75631930.610.6700.24245.5451.1850.2
Hex4B3FC13D43018f63332
Octal11377301751030303666362
Binary100101111111111000001111101100001101100011110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,63,193); }

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

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

 a { background-color: rgb(75,63,193); }

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

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

 span { border-color: rgb(75,63,193); }

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