#4440BE

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

Shades of Free Speech Blue #4440BE

Tints of Free Speech Blue #4440BE

Color information

#4440BE (or 0x4440BE) is unknown color: approx Free Speech Blue. HEX triplet: 44, 40 and BE. RGB value is (68,64,190). Sum of RGB (Red+Green+Blue) = 68+64+190=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #4440BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440BE is #BBBF41. Grayscale: #4F4F4F. Windows color (decimal): -12304194 or 12468292. OLE color: 12468292.

HSL color Cylindrical-coordinate representation of color #4440BE: hue angle of 241.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4440BE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6864190-
CMYK0.640.6600.25
HSL241.9º49.61%49.8%-
HSV(B)241.9º66.32%74.51%-
XYZ13.518.6149.67-
YUV79.56190.33119.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=21.12%
G=19.88%
B=59.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68641900.640.6600.25241.949.6149.8
Hex4440BE4042019f23232
Octal1041002761001020313626262
Binary10001001000000101111101000000100001001100111110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4440BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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