#4141BE

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

Shades of Free Speech Blue #4141BE

Tints of Free Speech Blue #4141BE

Color information

#4141BE (or 0x4141BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 41 and BE. RGB value is (65,65,190). Sum of RGB (Red+Green+Blue) = 65+65+190=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #4141BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141BE is #BEBE41. Grayscale: #4E4E4E. Windows color (decimal): -12500546 or 12468545. OLE color: 12468545.

HSL color Cylindrical-coordinate representation of color #4141BE: hue angle of 240º degrees, saturation: 0.49, 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 #4141BE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6565190-
CMYK0.660.6600.25
HSL240º49.02%50%-
HSV(B)240º65.79%74.51%-
XYZ13.368.6249.68-
YUV79.25190.5117.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=20.31%
G=20.31%
B=59.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65651900.660.6600.2524049.0250
Hex4141BE4242019f03132
Octal1011012761021020313606162
Binary10000011000001101111101000010100001001100111110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4141BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4141BE; }

 p { color: rgb(65,65,190); }

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

<style>
 a { background-color: #4141BE; }

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

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

<style>
 span { border-color: #4141BE; }

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

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