#4440C2

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

Shades of Free Speech Blue #4440C2

Tints of Free Speech Blue #4440C2

Color information

#4440C2 (or 0x4440C2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 40 and C2. RGB value is (68,64,194). Sum of RGB (Red+Green+Blue) = 68+64+194=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #4440C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440C2 is #BBBF3D. Grayscale: #4F4F4F. Windows color (decimal): -12304190 or 12730436. OLE color: 12730436.

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

Color convert

RGB6864194-
CMYK0.650.6700.24
HSL241.85º51.59%50.59%-
HSV(B)241.85º67.01%76.08%-
XYZ13.958.7952-
YUV80.02192.33119.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 194 (76.17% from 255) = 59.51%
R=20.86%
G=19.63%
B=59.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68641940.650.6700.24241.8551.5950.59
Hex4440C24143018f23433
Octal1041003021011030303626463
Binary10001001000000110000101000001100001101100011110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4440C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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