#4464BB

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

Shades of Free Speech Blue #4464BB

Tints of Free Speech Blue #4464BB

Color information

#4464BB (or 0x4464BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 64 and BB. RGB value is (68,100,187). Sum of RGB (Red+Green+Blue) = 68+100+187=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #4464BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464BB is #BB9B44. Grayscale: #636363. Windows color (decimal): -12294981 or 12280900. OLE color: 12280900.

HSL color Cylindrical-coordinate representation of color #4464BB: hue angle of 223.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4464BB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68100187-
CMYK0.640.4700.27
HSL223.87º46.67%50%-
HSV(B)223.87º63.64%73.33%-
XYZ15.9113.9348.86-
YUV100.35176.9104.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=19.15%
G=28.17%
B=52.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681001870.640.4700.27223.8746.6750
Hex4464BB402F01Be02f32
Octal104144273100570333405762
Binary1000100110010010111011100000010111101101111100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4464BB; }

 p { color: rgb(68,100,187); }

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

<style>
 a { background-color: #4464BB; }

 a { background-color: rgb(68,100,187); }

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

<style>
 span { border-color: #4464BB; }

 span { border-color: rgb(68,100,187); }

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