#4441B2

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

Shades of Free Speech Blue #4441B2

Tints of Free Speech Blue #4441B2

Color information

#4441B2 (or 0x4441B2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 41 and B2. RGB value is (68,65,178). Sum of RGB (Red+Green+Blue) = 68+65+178=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #4441B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441B2 is #BBBE4D. Grayscale: #4E4E4E. Windows color (decimal): -12303950 or 11682116. OLE color: 11682116.

HSL color Cylindrical-coordinate representation of color #4441B2: hue angle of 241.59º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4441B2 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6865178-
CMYK0.620.6300.30
HSL241.59º46.5%47.65%-
HSV(B)241.59º63.48%69.8%-
XYZ12.318.2243.06-
YUV78.78183.99120.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 178 (69.92% from 255) = 57.23%
R=21.86%
G=20.90%
B=57.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68651780.620.6300.30241.5946.547.65
Hex4441B23E3F01Ef22f30
Octal10410126276770363625760
Binary100010010000011011001011111011111101111011110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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