#4146BF

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

Shades of Free Speech Blue #4146BF

Tints of Free Speech Blue #4146BF

Color information

#4146BF (or 0x4146BF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 46 and BF. RGB value is (65,70,191). Sum of RGB (Red+Green+Blue) = 65+70+191=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #4146BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4146BF is #BEB940. Grayscale: #515151. Windows color (decimal): -12499265 or 12535361. OLE color: 12535361.

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

Color convert

RGB6570191-
CMYK0.660.6300.25
HSL237.62º49.61%50.2%-
HSV(B)237.62º65.97%74.9%-
XYZ13.779.2750.35-
YUV82.3189.34115.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 191 (75% from 255) = 58.59%
R=19.94%
G=21.47%
B=58.59%

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
Decimal65701910.660.6300.25237.6249.6150.2
Hex4146BF423F019ee3232
Octal101106277102770313566262
Binary1000001100011010111111100001011111101100111101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4146BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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