#4B3FBF

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

Shades of Free Speech Blue #4B3FBF

Tints of Free Speech Blue #4B3FBF

Color information

#4B3FBF (or 0x4B3FBF) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3F and BF. RGB value is (75,63,191). Sum of RGB (Red+Green+Blue) = 75+63+191=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B3FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FBF is #B4C040. Grayscale: #505050. Windows color (decimal): -11845697 or 12533579. OLE color: 12533579.

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

Color convert

RGB7563191-
CMYK0.610.6700.25
HSL245.62º50.39%49.8%-
HSV(B)245.62º67.02%74.9%-
XYZ14.088.8150.25-
YUV81.18189.98123.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 191 (75% from 255) = 58.05%
R=22.80%
G=19.15%
B=58.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75631910.610.6700.25245.6250.3949.8
Hex4B3FBF3D43019f63232
Octal11377277751030313666262
Binary100101111111110111111111101100001101100111110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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