#4468BB

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

Shades of Free Speech Blue #4468BB

Tints of Free Speech Blue #4468BB

Color information

#4468BB (or 0x4468BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 68 and BB. RGB value is (68,104,187). Sum of RGB (Red+Green+Blue) = 68+104+187=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #4468BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4468BB is #BB9744. Grayscale: #666666. Windows color (decimal): -12293957 or 12281924. OLE color: 12281924.

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

Color convert

RGB68104187-
CMYK0.640.4400.27
HSL221.85º46.67%50%-
HSV(B)221.85º63.64%73.33%-
XYZ16.314.7249-
YUV102.7175.57103.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=18.94%
G=28.97%
B=52.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681041870.640.4400.27221.8546.6750
Hex4468BB402C01Bde2f32
Octal104150273100540333365762
Binary1000100110100010111011100000010110001101111011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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