#4440CE

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

Shades of Free Speech Blue #4440CE

Tints of Free Speech Blue #4440CE

Color information

#4440CE (or 0x4440CE) is unknown color: approx Free Speech Blue. HEX triplet: 44, 40 and CE. RGB value is (68,64,206). Sum of RGB (Red+Green+Blue) = 68+64+206=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #4440CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440CE is #BBBF31. Grayscale: #505050. Windows color (decimal): -12304178 or 13516868. OLE color: 13516868.

HSL color Cylindrical-coordinate representation of color #4440CE: hue angle of 241.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4440CE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6864206-
CMYK0.670.6900.19
HSL241.69º59.17%52.94%-
HSV(B)241.69º68.93%80.78%-
XYZ15.369.3559.39-
YUV81.38198.33118.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=20.12%
G=18.93%
B=60.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68642060.670.6900.19241.6959.1752.94
Hex4440CE4345013f23b35
Octal1041003161031050233627365
Binary10001001000000110011101000011100010101001111110010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4440CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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