#4B43C1

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

Shades of Free Speech Blue #4B43C1

Tints of Free Speech Blue #4B43C1

Color information

#4B43C1 (or 0x4B43C1) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 43 and C1. RGB value is (75,67,193). Sum of RGB (Red+Green+Blue) = 75+67+193=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B43C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B43C1 is #B4BC3E. Grayscale: #535353. Windows color (decimal): -11844671 or 12665675. OLE color: 12665675.

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

Color convert

RGB7567193-
CMYK0.610.6500.24
HSL243.81º50.4%50.98%-
HSV(B)243.81º65.28%75.69%-
XYZ14.539.3651.49-
YUV83.76189.65121.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=22.39%
G=20%
B=57.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75671930.610.6500.24243.8150.450.98
Hex4B43C13D41018f43233
Octal113103301751010303646263
Binary1001011100001111000001111101100000101100011110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B43C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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