#4449BA

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

Shades of Free Speech Blue #4449BA

Tints of Free Speech Blue #4449BA

Color information

#4449BA (or 0x4449BA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 49 and BA. RGB value is (68,73,186). Sum of RGB (Red+Green+Blue) = 68+73+186=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #4449BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449BA is #BBB645. Grayscale: #535353. Windows color (decimal): -12301894 or 12208452. OLE color: 12208452.

HSL color Cylindrical-coordinate representation of color #4449BA: hue angle of 237.46º 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 #4449BA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6873186-
CMYK0.630.6100.27
HSL237.46º46.46%49.8%-
HSV(B)237.46º63.44%72.94%-
XYZ13.639.5447.58-
YUV84.39185.34116.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=20.80%
G=22.32%
B=56.88%

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
Decimal68731860.630.6100.27237.4646.4649.8
Hex4449BA3F3D01Bed2e32
Octal10411127277750333555662
Binary100010010010011011101011111111110101101111101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4449BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4449BA; }

 p { color: rgb(68,73,186); }

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

<style>
 a { background-color: #4449BA; }

 a { background-color: rgb(68,73,186); }

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

<style>
 span { border-color: #4449BA; }

 span { border-color: rgb(68,73,186); }

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