#4550BA

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

Shades of Free Speech Blue #4550BA

Tints of Free Speech Blue #4550BA

Color information

#4550BA (or 0x4550BA) is unknown color: approx Free Speech Blue. HEX triplet: 45, 50 and BA. RGB value is (69,80,186). Sum of RGB (Red+Green+Blue) = 69+80+186=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #4550BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550BA is #BAAF45. Grayscale: #585858. Windows color (decimal): -12234566 or 12210245. OLE color: 12210245.

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

Color convert

RGB6980186-
CMYK0.630.5700.27
HSL234.36º45.88%50%-
HSV(B)234.36º62.9%72.94%-
XYZ14.1910.5547.74-
YUV88.79182.86113.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=20.60%
G=23.88%
B=55.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69801860.630.5700.27234.3645.8850
Hex4550BA3F3901Bea2e32
Octal10512027277710333525662
Binary100010110100001011101011111111100101101111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4550BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,80,186); }

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

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

 a { background-color: rgb(69,80,186); }

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

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

 span { border-color: rgb(69,80,186); }

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