#4464BF

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

Shades of Free Speech Blue #4464BF

Tints of Free Speech Blue #4464BF

Color information

#4464BF (or 0x4464BF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 64 and BF. RGB value is (68,100,191). Sum of RGB (Red+Green+Blue) = 68+100+191=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4464BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464BF is #BB9B40. Grayscale: #646464. Windows color (decimal): -12294977 or 12543044. OLE color: 12543044.

HSL color Cylindrical-coordinate representation of color #4464BF: hue angle of 224.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4464BF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68100191-
CMYK0.640.4800.25
HSL224.39º49%50.78%-
HSV(B)224.39º64.4%74.9%-
XYZ16.3514.151.15-
YUV100.81178.9104.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 191 (75% from 255) = 53.20%
R=18.94%
G=27.86%
B=53.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681001910.640.4800.25224.394950.78
Hex4464BF4030019e03133
Octal104144277100600313406163
Binary1000100110010010111111100000011000001100111100000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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