#4144be

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

Shades of Free Speech Blue #4144BE

Tints of Free Speech Blue #4144BE

Color information

#4144BE (or 0x4144BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 44 and BE. RGB value is (65,68,190). Sum of RGB (Red+Green+Blue) = 65+68+190=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #4144BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144BE is #BEBB41. Grayscale: #505050. Windows color (decimal): -12499778 or 12469313. OLE color: 12469313.

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

Color convert

RGB6568190-
CMYK0.660.6400.25
HSL238.56º49.02%50%-
HSV(B)238.56º65.79%74.51%-
XYZ13.548.9849.73-
YUV81.01189.51116.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=20.12%
G=21.05%
B=58.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65681900.660.6400.25238.5649.0250
Hex4144BE4240019ef3132
Octal1011042761021000313576162
Binary10000011000100101111101000010100000001100111101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4144be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4144be; }

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

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

<style>
 a { background-color: #4144be; }

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

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

<style>
 span { border-color: #4144be; }

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

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