#4455BA

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

Shades of Free Speech Blue #4455BA

Tints of Free Speech Blue #4455BA

Color information

#4455BA (or 0x4455BA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 55 and BA. RGB value is (68,85,186). Sum of RGB (Red+Green+Blue) = 68+85+186=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4455BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455BA is #BBAA45. Grayscale: #5B5B5B. Windows color (decimal): -12298822 or 12211524. OLE color: 12211524.

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

Color convert

RGB6885186-
CMYK0.630.5400.27
HSL231.36º46.46%49.8%-
HSV(B)231.36º63.44%72.94%-
XYZ14.511.2747.87-
YUV91.43181.37111.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=20.06%
G=25.07%
B=54.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68851860.630.5400.27231.3646.4649.8
Hex4455BA3F3601Be72e32
Octal10412527277660333475662
Binary100010010101011011101011111111011001101111100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4455BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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