#4B3FBD

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

Shades of Free Speech Blue #4B3FBD

Tints of Free Speech Blue #4B3FBD

Color information

#4B3FBD (or 0x4B3FBD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3F and BD. RGB value is (75,63,189). Sum of RGB (Red+Green+Blue) = 75+63+189=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FBD is #B4C042. Grayscale: #505050. Windows color (decimal): -11845699 or 12402507. OLE color: 12402507.

HSL color Cylindrical-coordinate representation of color #4B3FBD: hue angle of 245.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B3FBD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7563189-
CMYK0.600.6700.26
HSL245.71º50%49.41%-
HSV(B)245.71º66.67%74.12%-
XYZ13.868.7249.1-
YUV80.95188.98123.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=22.94%
G=19.27%
B=57.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75631890.600.6700.26245.715049.41
Hex4B3FBD3C4301Af63231
Octal11377275741030323666261
Binary100101111111110111101111100100001101101011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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