#4549BB

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

Shades of Free Speech Blue #4549BB

Tints of Free Speech Blue #4549BB

Color information

#4549BB (or 0x4549BB) is unknown color: approx Free Speech Blue. HEX triplet: 45, 49 and BB. RGB value is (69,73,187). Sum of RGB (Red+Green+Blue) = 69+73+187=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #4549BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549BB is #BAB644. Grayscale: #545454. Windows color (decimal): -12236357 or 12273989. OLE color: 12273989.

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

Color convert

RGB6973187-
CMYK0.630.6100.27
HSL237.97º46.46%50.2%-
HSV(B)237.97º63.1%73.33%-
XYZ13.819.6248.14-
YUV84.8185.67116.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=20.97%
G=22.19%
B=56.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69731870.630.6100.27237.9746.4650.2
Hex4549BB3F3D01Bee2e32
Octal10511127377750333565662
Binary100010110010011011101111111111110101101111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4549BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,73,187); }

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

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

 a { background-color: rgb(69,73,187); }

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

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

 span { border-color: rgb(69,73,187); }

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