#4148BF

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

Shades of Free Speech Blue #4148BF

Tints of Free Speech Blue #4148BF

Color information

#4148BF (or 0x4148BF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 48 and BF. RGB value is (65,72,191). Sum of RGB (Red+Green+Blue) = 65+72+191=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #4148BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148BF is #BEB740. Grayscale: #525252. Windows color (decimal): -12498753 or 12535873. OLE color: 12535873.

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

Color convert

RGB6572191-
CMYK0.660.6200.25
HSL236.67º49.61%50.2%-
HSV(B)236.67º65.97%74.9%-
XYZ13.99.5250.4-
YUV83.47188.68114.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 191 (75% from 255) = 58.23%
R=19.82%
G=21.95%
B=58.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65721910.660.6200.25236.6749.6150.2
Hex4148BF423E019ed3232
Octal101110277102760313556262
Binary1000001100100010111111100001011111001100111101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4148BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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