#4B41BF

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

Shades of Free Speech Blue #4B41BF

Tints of Free Speech Blue #4B41BF

Color information

#4B41BF (or 0x4B41BF) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 41 and BF. RGB value is (75,65,191). Sum of RGB (Red+Green+Blue) = 75+65+191=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B41BF is #B4BE40. Grayscale: #515151. Windows color (decimal): -11845185 or 12534091. OLE color: 12534091.

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

Color convert

RGB7565191-
CMYK0.610.6600.25
HSL244.76º49.61%50.2%-
HSV(B)244.76º65.97%74.9%-
XYZ14.29.0450.29-
YUV82.35189.31122.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 191 (75% from 255) = 57.70%
R=22.66%
G=19.64%
B=57.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75651910.610.6600.25244.7649.6150.2
Hex4B41BF3D42019f53232
Octal113101277751020313656262
Binary1001011100000110111111111101100001001100111110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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