#4441C8

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

Shades of Free Speech Blue #4441C8

Tints of Free Speech Blue #4441C8

Color information

#4441C8 (or 0x4441C8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 41 and C8. RGB value is (68,65,200). Sum of RGB (Red+Green+Blue) = 68+65+200=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #4441C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441C8 is #BBBE37. Grayscale: #505050. Windows color (decimal): -12303928 or 13123908. OLE color: 13123908.

HSL color Cylindrical-coordinate representation of color #4441C8: hue angle of 241.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4441C8 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6865200-
CMYK0.660.6800.22
HSL241.33º55.1%51.96%-
HSV(B)241.33º67.5%78.43%-
XYZ14.79.1855.64-
YUV81.29194.99118.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 200 (78.52% from 255) = 60.06%
R=20.42%
G=19.52%
B=60.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68652000.660.6800.22241.3355.151.96
Hex4441C84244016f13734
Octal1041013101021040263616764
Binary10001001000001110010001000010100010001011011110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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