#4460BB

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

Shades of Free Speech Blue #4460BB

Tints of Free Speech Blue #4460BB

Color information

#4460BB (or 0x4460BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 60 and BB. RGB value is (68,96,187). Sum of RGB (Red+Green+Blue) = 68+96+187=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #4460BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460BB is #BB9F44. Grayscale: #616161. Windows color (decimal): -12296005 or 12279876. OLE color: 12279876.

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

Color convert

RGB6896187-
CMYK0.640.4900.27
HSL225.88º46.67%50%-
HSV(B)225.88º63.64%73.33%-
XYZ15.5413.1848.74-
YUV98178.22106.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.37%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 187 (73.44% from 255) = 53.28%
R=19.37%
G=27.35%
B=53.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68961870.640.4900.27225.8846.6750
Hex4460BB403101Be22f32
Octal104140273100610333425762
Binary1000100110000010111011100000011000101101111100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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