#4441DC

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

Shades of Free Speech Blue #4441DC

Tints of Free Speech Blue #4441DC

Color information

#4441DC (or 0x4441DC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 41 and DC. RGB value is (68,65,220). Sum of RGB (Red+Green+Blue) = 68+65+220=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #4441DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441DC is #BBBE23. Grayscale: #525252. Windows color (decimal): -12303908 or 14434628. OLE color: 14434628.

HSL color Cylindrical-coordinate representation of color #4441DC: hue angle of 241.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4441DC is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6865220-
CMYK0.690.7000.14
HSL241.16º68.89%55.88%-
HSV(B)241.16º70.45%86.27%-
XYZ17.1910.1868.77-
YUV83.57204.99116.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 220 (86.33% from 255) = 62.32%
R=19.26%
G=18.41%
B=62.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68652200.690.7000.14241.1668.8955.88
Hex4441DC45460Ef14538
Octal10410133410510601636110570
Binary10001001000001110111001000101100011001110111100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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