#4144C2

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

Shades of Free Speech Blue #4144C2

Tints of Free Speech Blue #4144C2

Color information

#4144C2 (or 0x4144C2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 44 and C2. RGB value is (65,68,194). Sum of RGB (Red+Green+Blue) = 65+68+194=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #4144C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144C2 is #BEBB3D. Grayscale: #505050. Windows color (decimal): -12499774 or 12731457. OLE color: 12731457.

HSL color Cylindrical-coordinate representation of color #4144C2: hue angle of 238.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4144C2 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6568194-
CMYK0.660.6500.24
HSL238.6º51.39%50.78%-
HSV(B)238.6º66.49%76.08%-
XYZ13.989.1552.07-
YUV81.47191.51116.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 194 (76.17% from 255) = 59.33%
R=19.88%
G=20.80%
B=59.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65681940.660.6500.24238.651.3950.78
Hex4144C24241018ef3333
Octal1011043021021010303576363
Binary10000011000100110000101000010100000101100011101111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4144C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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