#4460BF

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

Shades of Free Speech Blue #4460BF

Tints of Free Speech Blue #4460BF

Color information

#4460BF (or 0x4460BF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 60 and BF. RGB value is (68,96,191). Sum of RGB (Red+Green+Blue) = 68+96+191=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #4460BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460BF is #BB9F40. Grayscale: #626262. Windows color (decimal): -12296001 or 12542020. OLE color: 12542020.

HSL color Cylindrical-coordinate representation of color #4460BF: hue angle of 226.34º 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 #4460BF is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6896191-
CMYK0.640.5000.25
HSL226.34º49%50.78%-
HSV(B)226.34º64.4%74.9%-
XYZ15.9713.3651.03-
YUV98.46180.22106.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 191 (75% from 255) = 53.80%
R=19.15%
G=27.04%
B=53.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68961910.640.5000.25226.344950.78
Hex4460BF4032019e23133
Octal104140277100620313426163
Binary1000100110000010111111100000011001001100111100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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