#4146BE

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

Shades of Free Speech Blue #4146BE

Tints of Free Speech Blue #4146BE

Color information

#4146BE (or 0x4146BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and BE. RGB value is (65,70,190). Sum of RGB (Red+Green+Blue) = 65+70+190=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #4146BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146BE is #BEB941. Grayscale: #515151. Windows color (decimal): -12499266 or 12469825. OLE color: 12469825.

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

Color convert

RGB6570190-
CMYK0.660.6300.25
HSL237.6º49.02%50%-
HSV(B)237.6º65.79%74.51%-
XYZ13.669.2249.77-
YUV82.18188.84115.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=20%
G=21.54%
B=58.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65701900.660.6300.25237.649.0250
Hex4146BE423F019ee3132
Octal101106276102770313566162
Binary1000001100011010111110100001011111101100111101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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