#4441D1

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

Shades of Free Speech Blue #4441D1

Tints of Free Speech Blue #4441D1

Color information

#4441D1 (or 0x4441D1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 41 and D1. RGB value is (68,65,209). Sum of RGB (Red+Green+Blue) = 68+65+209=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 209 (82.03% from 255 or 61.11% from 342); Max value from RGB is 209 - color contains mainly: blue. Hex color #4441D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441D1 is #BBBE2E. Grayscale: #515151. Windows color (decimal): -12303919 or 13713732. OLE color: 13713732.

HSL color Cylindrical-coordinate representation of color #4441D1: hue angle of 241.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4441D1 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6865209-
CMYK0.670.6900.18
HSL241.25º61.02%53.73%-
HSV(B)241.25º68.9%81.96%-
XYZ15.789.6161.35-
YUV82.31199.49117.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 209 (82.03% from 255) = 61.11%
R=19.88%
G=19.01%
B=61.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68652090.670.6900.18241.2561.0253.73
Hex4441D14345012f13d36
Octal1041013211031050223617566
Binary10001001000001110100011000011100010101001011110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4441D1; }

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

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

<style>
 a { background-color: #4441D1; }

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

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

<style>
 span { border-color: #4441D1; }

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

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